From bde875290235b6b1109ac23ce4ffafd2d294e57d Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 27 Dec 2007 02:11:45 +0000 Subject: [PATCH] update libjpeg git-svn-id: svn://svn.openwrt.org/openwrt/packages@9946 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/jpeg/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/jpeg/Makefile b/libs/jpeg/Makefile index 4b8cb17dc..ff0e9346d 100644 --- a/libs/jpeg/Makefile +++ b/libs/jpeg/Makefile @@ -51,8 +51,10 @@ CONFIGURE_ARGS += \ define Build/Prepare $(call Build/Prepare/Default) # replace the old upstream libtool stuff with our own - ln -sf $(STAGING_DIR_HOST)/bin/libtool $(PKG_BUILD_DIR)/ - ln -sf $(STAGING_DIR)/usr/share/libtool/config.guess $(PKG_BUILD_DIR)/ + ln -sf $(STAGING_DIR)/host/bin/libtool $(PKG_BUILD_DIR)/ + ln -sf $(STAGING_DIR)/host/share/libtool/config.sub $(PKG_BUILD_DIR)/ + ln -sf $(STAGING_DIR)/host/share/libtool/config.guess $(PKG_BUILD_DIR)/ + ln -sf $(STAGING_DIR)/host/share/libtool/ltmain.sh $(PKG_BUILD_DIR)/ ln -sf /bin/true $(PKG_BUILD_DIR)/ltconfig endef