Don't use -Wl,-z,defs as we build python modules, too.
authorBernd Zeimetz <bernd@bzed.de>
Sat, 23 Aug 2008 15:19:17 +0000 (17:19 +0200)
committerBernd Zeimetz <bernd@bzed.de>
Sat, 23 Aug 2008 15:19:17 +0000 (17:19 +0200)
debian/rules

index d90d3a9..5e74391 100755 (executable)
@@ -24,9 +24,6 @@ CONFFLAGS += --enable-threads
 #configure options for paths to use
 CONFFLAGS += --prefix=/usr --docdir=/usr/share/doc/navit
 
-# work-around for a broken dpkg - do not rename this to LDFLAGS :-/
-LINKER_FLAGS=-Wl,-z,defs
-
 #let's take care of optimization + debug builds
 CFLAGS += -Wall -g
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))