From: nbd Date: Sun, 23 Dec 2007 22:00:15 +0000 (+0000) Subject: fix libjpeg compile X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=2503cbb810da03b08a3c633f75ca44d2d0392fa0;p=packages.git fix libjpeg compile git-svn-id: svn://svn.openwrt.org/openwrt/packages@9883 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/jpeg/Makefile b/libs/jpeg/Makefile index a529b8ba5..c7f218d31 100644 --- a/libs/jpeg/Makefile +++ b/libs/jpeg/Makefile @@ -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