[grits] Remove no-undefined-symbols from gen.sh



commit 37829739ae3ed1fec9233aff394581977e5e4fc5
Author: Andy Spencer <andy753421 gmail com>
Date:   Fri Sep 9 06:19:49 2011 +0000

    Remove no-undefined-symbols from gen.sh
    
    This should be done properly in the Makefiles now.

 gen.sh |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gen.sh b/gen.sh
index adbf6e2..5c1fb34 100755
--- a/gen.sh
+++ b/gen.sh
@@ -4,5 +4,4 @@ dir=$(dirname $(readlink -f $0))
 	"--enable-gtk-doc" \
 	"--libdir=$dir/src/.libs" \
 	"--includedir=$dir/include" \
-	CFLAGS="-g -Werror $CFLAGS" \
-	LDFLAGS="-Wl,-z,defs"
+	CFLAGS="-g -Werror $CFLAGS"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]