fix libjpeg compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9883 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-12-23 22:00:15 +00:00
parent b3e65182d5
commit 2503cbb810

View File

@ -51,7 +51,7 @@ CONFIGURE_ARGS += \
define Build/Prepare
$(call Build/Prepare/Default)
# replace the old upstream libtool stuff with our own
ln -sf $(STAGING_DIR)/usr/bin/libtool $(PKG_BUILD_DIR)/
ln -sf $(STAGING_DIR_HOST)/bin/libtool $(PKG_BUILD_DIR)/
ln -sf $(STAGING_DIR)/usr/share/libtool/config.guess $(PKG_BUILD_DIR)/
ln -sf /bin/true $(PKG_BUILD_DIR)/ltconfig
endef