From: Rod Whitby Date: Wed, 26 Sep 2007 05:02:30 +0000 (+0000) Subject: file: Only build in the src subdir, cause building in the magic subdir fails on Debia... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b019c3953fef10c4e791403a7f5f4f11ddd1eaca;p=openwrt%2Fsvn-archive%2Fpackages.git file: Only build in the src subdir, cause building in the magic subdir fails on Debian Etch and is not required for the packaged files anyway. SVN-Revision: 9032 --- diff --git a/libs/file/Makefile b/libs/file/Makefile index b79b44165..9feb901c9 100644 --- a/libs/file/Makefile +++ b/libs/file/Makefile @@ -52,6 +52,7 @@ CONFIGURE_ARGS += \ --without-libintl-prefix \ MAKE_FLAGS += \ + -C $(PKG_BUILD_DIR)/src \ DESTDIR="$(PKG_INSTALL_DIR)" \ all install \