From 2503cbb810da03b08a3c633f75ca44d2d0392fa0 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 23 Dec 2007 22:00:15 +0000 Subject: [PATCH] fix libjpeg compile git-svn-id: svn://svn.openwrt.org/openwrt/packages@9883 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/jpeg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0