[package] fix subversion linking failure against libpthread (#4453)
authorFlorian Fainelli <florian@openwrt.org>
Fri, 16 Jan 2009 14:11:43 +0000 (14:11 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 16 Jan 2009 14:11:43 +0000 (14:11 +0000)
SVN-Revision: 14052

net/subversion/Makefile

index 78718cdc0b0b986a311e6a00e6f6b85f711026e9..3a9b3f2847bbb5d68307328ef7ec8e1bfd691c0f 100644 (file)
@@ -87,7 +87,7 @@ CONFIGURE_ARGS += \
 CONFIGURE_VARS += \
        svn_lib_neon=yes \
        LDFLAGS="-lcrypt -lm -lintl -L$(STAGING_DIR)/usr/lib/libintl/lib/ \
-               -lz -L$(STAGING_DIR)/usr/lib/ -lpthread -L$(STAGING_DIR)/lib \
+               -lz -L$(STAGING_DIR)/usr/lib/ -lpthread -L$(TOOLCHAIN_DIR)/usr/lib \
                -L$(TOOLCHAIN_DIR)/lib" \
        CPPFLAGS="-I$(STAGING_DIR)/usr/include/ -I$(STAGING_DIR)/usr/lib/libintl/include \
                -I$(STAGING_DIR)/include/" \