diff options
author | Martin Banky <martin.banky@gmail.com> | 2010-10-02 13:51:21 -0700 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-10-04 11:47:36 +0200 |
commit | ffa57e4e74ad396eec544491d37548050bb950c0 (patch) | |
tree | d4bba40529e5ee32d10c84c53ec637c2bb41712b /package/jpeg/jpeg-libtool.patch | |
parent | d6e59652a5045fe2b23e45fe31cf08fe57f11357 (diff) | |
download | buildroot-novena-ffa57e4e74ad396eec544491d37548050bb950c0.tar.gz buildroot-novena-ffa57e4e74ad396eec544491d37548050bb950c0.zip |
jpeg: bump to 8b
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/jpeg/jpeg-libtool.patch')
-rw-r--r-- | package/jpeg/jpeg-libtool.patch | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/package/jpeg/jpeg-libtool.patch b/package/jpeg/jpeg-libtool.patch deleted file mode 100644 index 3c4b573e3..000000000 --- a/package/jpeg/jpeg-libtool.patch +++ /dev/null @@ -1,66 +0,0 @@ ---- jpeg/configure -+++ jpeg/configure -@@ -1559,7 +1559,7 @@ - if test "x$LTSTATIC" = xno; then - disable_static="--disable-static" - fi -- $srcdir/ltconfig $disable_shared $disable_static $srcdir/ltmain.sh -+ $srcdir/ltconfig $disable_shared $disable_static $srcdir/ltmain.sh $CHOST - fi - - # Select memory manager depending on user input. ---- jpeg/ltconfig -+++ jpeg/ltconfig -@@ -299,6 +299,7 @@ - # Transform linux* to *-*-linux-gnu*, to support old configure scripts. - case "$host_os" in - linux-gnu*) ;; -+linux-uclibc*) ;; - linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'` - esac - -@@ -553,7 +553,9 @@ - # On HP-UX, both CC and GCC only warn that PIC is supported... then they - # create non-PIC objects. So, if there were any warnings, we assume that - # PIC is not supported. -+ # Make sure we only test warnings on HP-UX (pic_flag == +Z) or we can -+ # easily break Linux builds http://bugs.gentoo.org/70947 -- if test -s conftest.err; then -+ if test -s conftest.err -a "$pic_flag" = "+Z"; then - echo "$ac_t"no 1>&6 - can_build_shared=no - pic_flag= -@@ -1210,7 +1210,6 @@ - else - # Only the GNU ld.so supports shared libraries on MkLinux. - case "$host_cpu" in -- powerpc*) dynamic_linker=no ;; - *) dynamic_linker='Linux ld.so' ;; - esac - fi -@@ -1259,6 +1260,25 @@ - fi - ;; - -+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 -+ deplibs_check_method=pass_all -+ # 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* | openbsd*) - version_type=sunos - library_names_spec='${libname}${release}.so.$versuffix' |