From 65b541b38f5aa0d3163a91009a5d330f4c05cee6 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: 2006年12月27日 23:53:13 +0000 Subject: [PATCH] Use a more backward-compatible syntax for exports.list on Linux. Per Thorkil Olesen. --- src/interfaces/libpq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index 4d2ef741700..40c498abfee 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile @@ -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.150 2006年12月27日 23:53:13 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: *; };'>>$@ -- 2.39.5

AltStyle によって変換されたページ (->オリジナル) /