From 09932872e4ea40c30f4529d1afb0dcd305ce2219 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 22 Sep 2006 13:32:27 +0000 Subject: [PATCH] Remove -no-undefined from make because configure.in sets it now git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14881 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index 80ee0ad297..22624bdd7f 100644 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -760,7 +760,7 @@ function inst_gnucash() { # 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