X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6b53157103d462f7ea0b81f9fe77412719ea2260..4648720ba630d57dec730d023ca6dfc176d604d1:/package/libtool/Makefile diff --git a/package/libtool/Makefile b/package/libtool/Makefile index ac74a25e9..f84d1711e 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -7,10 +7,7 @@ PKG_VERSION:=1.5.14 PKG_RELEASE:=1 PKG_MD5SUM:=049bf67de9b0eb75cd943dafe3d749ec -PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/libtool/ \ - ftp://ftp.belnet.be/mirror/ftp.gnu.org/gnu/libtool/ \ - ftp://ftp.mirror.nl/pub/mirror/gnu/libtool/ \ - http://mirror.switch.ch/ftp/mirror/gnu/libtool/ +PKG_SOURCE_URL:=@GNU/libtool PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat @@ -60,15 +57,15 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_LIBLTDL): install -m0755 -d $(IDIR_LIBLTDL)/usr/lib - cp -fpR $(PKG_INSTALL_DIR)/usr/lib/libltdl.so.* $(IDIR_LIBLTDL)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libltdl.so.* $(IDIR_LIBLTDL)/usr/lib/ $(RSTRIP) $(IDIR_LIBLTDL) $(IPKG_BUILD) $(IDIR_LIBLTDL) $(PACKAGE_DIR) $(STAGING_DIR)/usr/lib/libltdl.so: $(PKG_BUILD_DIR)/.built mkdir -p $(STAGING_DIR)/usr/include - cp -fpR $(PKG_INSTALL_DIR)/usr/include/ltdl.h $(STAGING_DIR)/usr/include/ + $(CP) $(PKG_INSTALL_DIR)/usr/include/ltdl.h $(STAGING_DIR)/usr/include/ mkdir -p $(I_LIBLTDL_DEV)/usr/lib - cp -fpR $(PKG_INSTALL_DIR)/usr/lib/libltdl.{a,so*} $(STAGING_DIR)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libltdl.{a,so*} $(STAGING_DIR)/usr/lib/ touch $@ install-dev: $(STAGING_DIR)/usr/lib/libltdl.so