r14881 - gnucash/trunk/packaging/win32 - Remove -no-undefined from make because configure.in sets it now

Christian Stimming cstim at cvs.gnucash.org
Fri Sep 22 09:32:27 EDT 2006


Author: cstim
Date: 2006-09-22 09:32:27 -0400 (Fri, 22 Sep 2006)
New Revision: 14881
Trac: http://svn.gnucash.org/trac/changeset/14881

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Remove -no-undefined from make because configure.in sets it now

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2006-09-22 13:28:33 UTC (rev 14880)
+++ gnucash/trunk/packaging/win32/install.sh	2006-09-22 13:32:27 UTC (rev 14881)
@@ -760,7 +760,7 @@
     # because executable linking is so painfully slow on mingw
     perl -pi.bak -e's#^(SUBDIRS.* )test( .*)?$#\1\2#' `find src -name Makefile`
 
-    make LDFLAGS="${AUTOTOOLS_LDFLAGS} ${REGEX_LDFLAGS} ${GNOME_LDFLAGS} -no-undefined"
+    make
 
     # Try to fix the paths in the "gnucash" script
     qpushd src/bin



More information about the gnucash-changes mailing list