File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66# Copyright (c) 1998, Regents of the University of California
77#
88# IDENTIFICATION
9- # $PostgreSQL: pgsql/src/Makefile.shlib,v 1.110 2008/02/26 06:41:23 petere Exp $
9+ # $PostgreSQL: pgsql/src/Makefile.shlib,v 1.111 2008/02/26 10:30:06 petere Exp $
1010#
1111#-------------------------------------------------------------------------
1212
@@ -116,7 +116,7 @@ ifeq ($(PORTNAME), darwin)
116116 endif
117117 shlib = lib$(NAME).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)$(DLSUFFIX)
118118 shlib_major = lib$(NAME).$(SO_MAJOR_VERSION)$(DLSUFFIX)
119- BUILD.exports = $(AWK) '/^[^#]/ {printf "_%s\n",$$1}' $< >$@
119+ BUILD.exports = $(AWK) '/^[^\ #]/ {printf "_%s\n",$$1}' $< >$@
120120 ifneq (,$(SHLIB_EXPORTS))
121121 exported_symbols_list = -exported_symbols_list $(SHLIB_EXPORTS:%.txt=%.list)
122122 endif
You can’t perform that action at this time.
0 commit comments