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:
04e4869
)
fix cups build on osx
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 1 Apr 2007 15:06:16 +0000
(15:06 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 1 Apr 2007 15:06:16 +0000
(15:06 +0000)
SVN-Revision: 6796
net/cups/Makefile
patch
|
blob
|
history
diff --git
a/net/cups/Makefile
b/net/cups/Makefile
index bf76409fc4a68aeaa3b72570da1086608ab30812..48cf229635f7b9ca715ad5311fe622ef784f4e8b 100644
(file)
--- a/
net/cups/Makefile
+++ b/
net/cups/Makefile
@@
-67,6
+67,7
@@
define Build/Compile
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
+ $(TARGET_CONFIGURE_OPTS) \
DSTROOT="$(PKG_INSTALL_DIR)" \
STRIP="/bin/true" \
all install