diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-21 05:04:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-21 05:04:30 +0000 |
commit | 27278e8d5c20aa0c011e4005e11f6be4c1d07134 (patch) | |
tree | 2f83b9face1873e8e8ea9c1b99a874c2094eed89 /dev-libs/popt | |
parent | ppc stable and make sure that $D is removed from .la files #81568 (diff) | |
download | gentoo-2-27278e8d5c20aa0c011e4005e11f6be4c1d07134.tar.gz gentoo-2-27278e8d5c20aa0c011e4005e11f6be4c1d07134.tar.bz2 gentoo-2-27278e8d5c20aa0c011e4005e11f6be4c1d07134.zip |
uclibc fixes are all automatic now
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-libs/popt')
-rw-r--r-- | dev-libs/popt/files/popt-1.7-uclibc.patch | 96 | ||||
-rw-r--r-- | dev-libs/popt/popt-1.7-r1.ebuild | 10 |
2 files changed, 4 insertions, 102 deletions
diff --git a/dev-libs/popt/files/popt-1.7-uclibc.patch b/dev-libs/popt/files/popt-1.7-uclibc.patch deleted file mode 100644 index f4672ed8d7f1..000000000000 --- a/dev-libs/popt/files/popt-1.7-uclibc.patch +++ /dev/null @@ -1,96 +0,0 @@ ---- popt-1.7/configure.uclibc~ 2002-08-31 15:22:20.000000000 +0200 -+++ popt-1.7/configure 2004-06-14 20:41:51.000000000 +0200 -@@ -4476,6 +4476,11 @@ linux-gnu*) - esac - lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` - ;; -+ -+linux-uclibc*) -+ lt_cv_deplibs_check_method=pass_all -+ lt_cv_file_magic_test_file=`echo /lib/libuClibc*.so` -+ ;; - - netbsd*) - if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then -@@ -5329,7 +5334,7 @@ fi - - # Transform linux* to *-*-linux-gnu*, to support old configure scripts. - case $host_os in --linux-gnu*) ;; -+linux-gnu*|linux-uclibc*) ;; - linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'` - esac - -@@ -6880,6 +6885,24 @@ linux-gnu*) - dynamic_linker='GNU/Linux ld.so' - ;; - -+linux-uclibc*) -+ version_type=linux -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' -+ soname_spec='${libname}${release}.so$major' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ # This implies no fast_install, which is unacceptable. -+ # Some rework will be needed to allow for fast_install -+ # before this can be enabled. -+ # Note: copied from linux-gnu, and may not be appropriate. -+ hardcode_into_libs=yes -+ # Assume using the uClibc dynamic linker. -+ dynamic_linker="uClibc ld.so" -+ ;; -+ - netbsd*) - version_type=sunos - need_lib_prefix=no ---- popt-1.7/aclocal.m4.uclibc~ 2002-08-31 15:22:08.000000000 +0200 -+++ popt-1.7/aclocal.m4 2004-06-14 20:41:51.000000000 +0200 -@@ -1758,7 +1758,7 @@ fi - - # Transform linux* to *-*-linux-gnu*, to support old configure scripts. - case $host_os in --linux-gnu*) ;; -+linux-gnu*|linux-uclibc*) ;; - linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'` - esac - -@@ -3117,6 +3117,24 @@ linux-gnu*) - dynamic_linker='GNU/Linux ld.so' - ;; - -+linux-uclibc*) -+ version_type=linux -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' -+ soname_spec='${libname}${release}.so$major' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ # This implies no fast_install, which is unacceptable. -+ # Some rework will be needed to allow for fast_install -+ # before this can be enabled. -+ # Note: copied from linux-gnu, and may not be appropriate. -+ hardcode_into_libs=yes -+ # Assume using the uClibc dynamic linker. -+ dynamic_linker="uClibc ld.so" -+ ;; -+ - netbsd*) - version_type=sunos - need_lib_prefix=no -@@ -4306,6 +4324,11 @@ linux-gnu*) - esac - lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` - ;; -+ -+linux-uclibc*) -+ lt_cv_deplibs_check_method=pass_all -+ lt_cv_file_magic_test_file=`echo /lib/libuClibc*.so` -+ ;; - - netbsd*) - if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then diff --git a/dev-libs/popt/popt-1.7-r1.ebuild b/dev-libs/popt/popt-1.7-r1.ebuild index ee6035595778..6793dd115f2d 100644 --- a/dev-libs/popt/popt-1.7-r1.ebuild +++ b/dev-libs/popt/popt-1.7-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.7-r1.ebuild,v 1.18 2004/11/12 15:45:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.7-r1.ebuild,v 1.19 2005/02/21 05:04:30 vapier Exp $ -inherit libtool gnuconfig eutils +inherit libtool eutils DESCRIPTION="Parse Options - Command line parser" HOMEPAGE="http://www.rpm.org/" @@ -17,9 +17,7 @@ DEPEND="nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} - epatch "${FILESDIR}/${P}-uclibc.patch" - cd ${S} - gnuconfig_update + cd "${S}" elibtoolize use nls || touch ../rpm.c } |