diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2005-01-14 08:13:36 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2005-01-14 08:13:36 +0000 |
commit | 40b4aaa8ca1b4599e4747f9193eb6a2982cfd85f (patch) | |
tree | 4167fdaf8df71055d08ab4c5579bd566d32980e5 /obsolete-buildroot/sources/openwrt | |
parent | 0e5ac760d1c1a74cbba95d12e17c9bc19f34b3bd (diff) | |
download | mtk-20170518-40b4aaa8ca1b4599e4747f9193eb6a2982cfd85f.zip mtk-20170518-40b4aaa8ca1b4599e4747f9193eb6a2982cfd85f.tar.gz mtk-20170518-40b4aaa8ca1b4599e4747f9193eb6a2982cfd85f.tar.bz2 |
Upgrade to uClibc 0.9.27 final
SVN-Revision: 195
Diffstat (limited to 'obsolete-buildroot/sources/openwrt')
-rw-r--r-- | obsolete-buildroot/sources/openwrt/ipkg/libpthread/CONTROL/control | 2 | ||||
-rwxr-xr-x | obsolete-buildroot/sources/openwrt/ipkg/libpthread/CONTROL/rules | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/obsolete-buildroot/sources/openwrt/ipkg/libpthread/CONTROL/control b/obsolete-buildroot/sources/openwrt/ipkg/libpthread/CONTROL/control index 0bd1da1..fa1bea0 100644 --- a/obsolete-buildroot/sources/openwrt/ipkg/libpthread/CONTROL/control +++ b/obsolete-buildroot/sources/openwrt/ipkg/libpthread/CONTROL/control @@ -1,7 +1,7 @@ Package: libpthread Priority: optional Section: libs -Version: 0.9.26-1 +Version: 0.9.27-1 Architecture: mipsel Maintainer: Nico <nthill@free.fr> Source: http://openwrt.org/cgi-bin/viewcvs.cgi/buildroot/ diff --git a/obsolete-buildroot/sources/openwrt/ipkg/libpthread/CONTROL/rules b/obsolete-buildroot/sources/openwrt/ipkg/libpthread/CONTROL/rules index 9f742d4..b538467 100755 --- a/obsolete-buildroot/sources/openwrt/ipkg/libpthread/CONTROL/rules +++ b/obsolete-buildroot/sources/openwrt/ipkg/libpthread/CONTROL/rules @@ -26,9 +26,9 @@ build: install: rm -rf $(MY_INSTALL_DIR) install -m0755 -d $(MY_INSTALL_DIR)/lib - install -m0755 $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/lib/libpthread-0.9.26.so $(MY_INSTALL_DIR)/lib + install -m0755 $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/lib/libpthread-0.9.27.so $(MY_INSTALL_DIR)/lib $(STRIP) $(MY_INSTALL_DIR)/lib/libpthread*.so* - ln -fs libpthread-0.9.26.so $(MY_INSTALL_DIR)/lib/libpthread.so.0 + ln -fs libpthread-0.9.27.so $(MY_INSTALL_DIR)/lib/libpthread.so.0 clean: |