[postgis-tickets] r17227 - Try to fix winnie's complaints by getting rid of static link patch

Regina Obe lr at pcorp.us
Sat Feb 2 09:32:01 PST 2019


Author: robe
Date: 2019-02-02 09:32:00 -0800 (Sat, 02 Feb 2019)
New Revision: 17227

Modified:
   trunk/ci/winnie/build_postgis.sh
   trunk/ci/winnie/regress_postgis.sh
Log:
Try to fix winnie's complaints by getting rid of static link patch
References #4308

Modified: trunk/ci/winnie/build_postgis.sh
===================================================================
--- trunk/ci/winnie/build_postgis.sh	2019-02-02 06:13:01 UTC (rev 17226)
+++ trunk/ci/winnie/build_postgis.sh	2019-02-02 17:32:00 UTC (rev 17227)
@@ -146,7 +146,7 @@
 
 make clean
 #patch liblwgeom generated make to get rid of dynamic linking
-sed -i 's/LDFLAGS += -no-undefined//g' liblwgeom/Makefile
+#sed -i 's/LDFLAGS += -no-undefined//g' liblwgeom/Makefile
 
 #make uninstall
 

Modified: trunk/ci/winnie/regress_postgis.sh
===================================================================
--- trunk/ci/winnie/regress_postgis.sh	2019-02-02 06:13:01 UTC (rev 17226)
+++ trunk/ci/winnie/regress_postgis.sh	2019-02-02 17:32:00 UTC (rev 17227)
@@ -134,7 +134,7 @@
 make clean
 
 #patch liblwgeom generated make to get rid of dynamic linking
-sed -i 's/LDFLAGS += -no-undefined//g' liblwgeom/Makefile
+#sed -i 's/LDFLAGS += -no-undefined//g' liblwgeom/Makefile
 
 make
 make install



More information about the postgis-tickets mailing list