From c703dc38c441401dc7a5cb8271b1bf71e9ae60cf Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 1 Apr 2007 15:06:16 +0000 Subject: [PATCH] fix cups build on osx SVN-Revision: 6796 --- net/cups/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/cups/Makefile b/net/cups/Makefile index bf76409fc4..48cf229635 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 -- 2.30.2