projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f47376
)
file: Only build in the src subdir, cause building in the magic subdir fails on Debia...
author
Rod Whitby
<rod@whitby.id.au>
Wed, 26 Sep 2007 05:02:30 +0000
(
05:02
+0000)
committer
Rod Whitby
<rod@whitby.id.au>
Wed, 26 Sep 2007 05:02:30 +0000
(
05:02
+0000)
SVN-Revision: 9032
libs/file/Makefile
patch
|
blob
|
history
diff --git
a/libs/file/Makefile
b/libs/file/Makefile
index b79b4416520a8d299923f724ced681cdbd93948e..9feb901c940a05ea91830149ba9c247c911e8292 100644
(file)
--- 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 \