Skip to content

Commit 65b541b

Browse files
committed
Use a more backward-compatible syntax for exports.list on Linux.
Per Thorkil Olesen.
1 parent 7accb29 commit 65b541b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.149 2006/09/27 21:29:17 tgl Exp $
8+
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.150 2006/12/27 23:53:13 tgl Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -140,7 +140,7 @@ ifeq ($(PORTNAME), linux)
140140
$(shlib): exports.list
141141

142142
exports.list: exports.txt
143-
echo '{ global:' >$@
143+
echo 'VERSION { global:' >$@
144144
$(AWK) '/^[^#]/ {printf "%s;\n",$$1}' $< >>$@
145145
echo ' local: *; };' >>$@
146146

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy