mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 10:40:09 -04:00
Use a more backward-compatible syntax for exports.list on Linux.
Per Thorkil Olesen.
This commit is contained in:
parent
1e78ea0ffe
commit
37dc08bff0
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.149 2006/09/27 21:29:17 tgl Exp $
|
||||
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.149.2.1 2006/12/27 23:53:21 tgl Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -140,7 +140,7 @@ ifeq ($(PORTNAME), linux)
|
|||
$(shlib): exports.list
|
||||
|
||||
exports.list: exports.txt
|
||||
echo '{ global:' >$@
|
||||
echo 'VERSION { global:' >$@
|
||||
$(AWK) '/^[^#]/ {printf "%s;\n",$$1}' $< >>$@
|
||||
echo ' local: *; };' >>$@
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue