]> Pileus Git - aweather/commitdiff
Remove no-undefined-symbols from gen.sh
authorAndy Spencer <andy753421@gmail.com>
Fri, 9 Sep 2011 06:22:30 +0000 (06:22 +0000)
committerAndy Spencer <andy753421@gmail.com>
Fri, 9 Sep 2011 06:22:30 +0000 (06:22 +0000)
This should be done properly in the Makefiles now.

gen.sh

diff --git a/gen.sh b/gen.sh
index 84a9e625b366a62e7ed882a9b4094b03abc08e5f..fb8144773491ea213ba9eadf080072c285422aa5 100755 (executable)
--- a/gen.sh
+++ b/gen.sh
@@ -4,5 +4,4 @@ PKG_CONFIG_PATH="../grits/src/" \
 ./autogen.sh \
        "--datadir=$dir/data" \
        "--libdir=$dir/src/plugins" \
-       CFLAGS="-g -Werror $CFLAGS" \
-       LDFLAGS="-Wl,-z,defs"
+       CFLAGS="-g -Werror $CFLAGS"