update libjpeg
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Dec 2007 02:11:45 +0000 (02:11 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Dec 2007 02:11:45 +0000 (02:11 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9946 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/jpeg/Makefile

index 4b8cb17..ff0e934 100644 (file)
@@ -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