projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update to new upstream release (v0.8.5)
[openwrt.git]
/
openwrt
/
package
/
libtool
/
Makefile
diff --git
a/openwrt/package/libtool/Makefile
b/openwrt/package/libtool/Makefile
index
3bfc751
..
2342fb0
100644
(file)
--- a/
openwrt/package/libtool/Makefile
+++ b/
openwrt/package/libtool/Makefile
@@
-7,7
+7,10
@@
PKG_VERSION:=1.5.14
PKG_RELEASE:=1
PKG_MD5SUM:=049bf67de9b0eb75cd943dafe3d749ec
PKG_RELEASE:=1
PKG_MD5SUM:=049bf67de9b0eb75cd943dafe3d749ec
-PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/libtool/
+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:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_CAT:=zcat
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_CAT:=zcat
@@
-66,12
+69,14
@@
$(STAGING_DIR)/usr/lib/libltdl.so: $(PKG_BUILD_DIR)/.built
cp -fpR $(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 -fpR $(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/
+ touch $@
install-dev: $(STAGING_DIR)/usr/lib/libltdl.so
uninstall-dev:
install-dev: $(STAGING_DIR)/usr/lib/libltdl.so
uninstall-dev:
- rm -rf $(STAGING_DIR)/usr/include/ltdl*
- rm -rf $(STAGING_DIR)/usr/lib/libltdl.{a,so*}
+ rm -rf \
+ $(STAGING_DIR)/usr/include/ltdl.h \
+ $(STAGING_DIR)/usr/lib/libltdl.{a,so*} \
compile: install-dev
clean: uninstall-dev
compile: install-dev
clean: uninstall-dev
This page took
0.027547 seconds
and
4
git commands to generate.