file: Only build in the src subdir, cause building in the magic subdir fails on Debia...
authorrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 26 Sep 2007 05:02:30 +0000 (05:02 +0000)
committerrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 26 Sep 2007 05:02:30 +0000 (05:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9032 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/file/Makefile

index b79b441..9feb901 100644 (file)
@@ -52,6 +52,7 @@ CONFIGURE_ARGS += \
        --without-libintl-prefix \
 
 MAKE_FLAGS += \
+       -C $(PKG_BUILD_DIR)/src \
        DESTDIR="$(PKG_INSTALL_DIR)" \
        all install \