From d36f2c0d33508827b5a1cbf4edb134952437ad66 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 27 Dec 2007 02:11:45 +0000 Subject: [PATCH] update libjpeg SVN-Revision: 9946 --- libs/jpeg/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/jpeg/Makefile b/libs/jpeg/Makefile index 4b8cb17dc0..ff0e9346dd 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 -- 2.30.2