From 3f9275ad9e389b07f64465b6807bac3a1705a5bb Mon Sep 17 00:00:00 2001 From: rwhitby Date: Wed, 26 Sep 2007 05:02:30 +0000 Subject: [PATCH] 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. git-svn-id: svn://svn.openwrt.org/openwrt/packages@9032 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/file/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.11.0