fix bind compile on osx

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6789 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-04-01 13:36:03 +00:00
parent 235ec6b2ff
commit db1613528e

View File

@ -91,6 +91,7 @@ define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR)/lib/dns \
CC="$(HOSTCC)" \
CFLAGS="-O2" \
LIBS="" \
gen
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \