From: Felix Fietkau Date: Sun, 1 Apr 2007 15:06:16 +0000 (+0000) Subject: fix cups build on osx X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b7e3139be7723a0a92812db437e09739273ae892;p=openwrt%2Fsvn-archive%2Fpackages.git fix cups build on osx SVN-Revision: 6796 --- diff --git a/net/cups/Makefile b/net/cups/Makefile index bf76409fc..48cf22963 100644 --- 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