[package] fix squid compilation failure (#6131)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18516 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-11-23 23:42:15 +00:00
parent 7afad2ab62
commit b013ef293d

View File

@ -136,7 +136,6 @@ CONFIGURE_VARS += \
define Build/Compile
# pass INCLUDES to compile host sources against our OpenSSL, not the host one
$(MAKE) -C $(PKG_BUILD_DIR)/lib \
INCLUDES="$(TARGET_CPPFLAGS)" \
all
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \