forked from pool/libtool
Accepting request 259583 from home:mathletic:branches:Base:System
Update to version 2.4.3. Dropped both patched that are now included in upstream. Did not run pre_checkin.sh, if I have to do that, how do I run the script in the web frontend? OBS-URL: https://build.opensuse.org/request/show/259583 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=59
This commit is contained in:
parent
ac8368dce3
commit
9eb63396df
@ -1,524 +0,0 @@
|
|||||||
Index: libltdl/config/config.guess
|
|
||||||
===================================================================
|
|
||||||
--- libltdl/config/config.guess.orig
|
|
||||||
+++ libltdl/config/config.guess
|
|
||||||
@@ -2,13 +2,13 @@
|
|
||||||
# Attempt to guess a canonical system name.
|
|
||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
|
||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
|
||||||
-# 2011 Free Software Foundation, Inc.
|
|
||||||
+# 2011, 2012, 2013 Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
-timestamp='2011-10-01'
|
|
||||||
+timestamp='2012-12-30'
|
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
|
||||||
# under the terms of the GNU General Public License as published by
|
|
||||||
-# the Free Software Foundation; either version 2 of the License, or
|
|
||||||
+# the Free Software Foundation; either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful, but
|
|
||||||
@@ -17,26 +17,22 @@ timestamp='2011-10-01'
|
|
||||||
# General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
-# along with this program; if not, write to the Free Software
|
|
||||||
-# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
|
||||||
-# 02110-1301, USA.
|
|
||||||
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
# As a special exception to the GNU General Public License, if you
|
|
||||||
# distribute this file as part of a program that contains a
|
|
||||||
# configuration script generated by Autoconf, you may include it under
|
|
||||||
-# the same distribution terms that you use for the rest of that program.
|
|
||||||
-
|
|
||||||
-
|
|
||||||
-# Originally written by Per Bothner. Please send patches (context
|
|
||||||
-# diff format) to <config-patches@gnu.org> and include a ChangeLog
|
|
||||||
-# entry.
|
|
||||||
+# the same distribution terms that you use for the rest of that
|
|
||||||
+# program. This Exception is an additional permission under section 7
|
|
||||||
+# of the GNU General Public License, version 3 ("GPLv3").
|
|
||||||
#
|
|
||||||
-# This script attempts to guess a canonical system name similar to
|
|
||||||
-# config.sub. If it succeeds, it prints the system name on stdout, and
|
|
||||||
-# exits with 0. Otherwise, it exits with 1.
|
|
||||||
+# Originally written by Per Bothner.
|
|
||||||
#
|
|
||||||
# You can get the latest version of this script from:
|
|
||||||
# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
|
|
||||||
+#
|
|
||||||
+# Please send patches with a ChangeLog entry to config-patches@gnu.org.
|
|
||||||
+
|
|
||||||
|
|
||||||
me=`echo "$0" | sed -e 's,.*/,,'`
|
|
||||||
|
|
||||||
@@ -57,8 +53,8 @@ GNU config.guess ($timestamp)
|
|
||||||
|
|
||||||
Originally written by Per Bothner.
|
|
||||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
|
||||||
-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
|
|
||||||
-Software Foundation, Inc.
|
|
||||||
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
|
|
||||||
+2012, 2013 Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
This is free software; see the source for copying conditions. There is NO
|
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
|
||||||
@@ -145,7 +141,7 @@ UNAME_VERSION=`(uname -v) 2>/dev/null` |
|
|
||||||
case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
||||||
*:NetBSD:*:*)
|
|
||||||
# NetBSD (nbsd) targets should (where applicable) match one or
|
|
||||||
- # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
|
|
||||||
+ # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
|
|
||||||
# *-*-netbsdecoff* and *-*-netbsd*. For targets that recently
|
|
||||||
# switched to ELF, *-*-netbsd* would select the old
|
|
||||||
# object file format. This provides both forward
|
|
||||||
@@ -202,6 +198,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
|
|
||||||
# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
|
|
||||||
echo "${machine}-${os}${release}"
|
|
||||||
exit ;;
|
|
||||||
+ *:Bitrig:*:*)
|
|
||||||
+ UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
|
|
||||||
+ echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
|
|
||||||
+ exit ;;
|
|
||||||
*:OpenBSD:*:*)
|
|
||||||
UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
|
|
||||||
echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
|
|
||||||
@@ -304,7 +304,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
|
|
||||||
arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
|
|
||||||
echo arm-acorn-riscix${UNAME_RELEASE}
|
|
||||||
exit ;;
|
|
||||||
- arm:riscos:*:*|arm:RISCOS:*:*)
|
|
||||||
+ arm*:riscos:*:*|arm*:RISCOS:*:*)
|
|
||||||
echo arm-unknown-riscos
|
|
||||||
exit ;;
|
|
||||||
SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
|
|
||||||
@@ -803,9 +803,15 @@ EOF
|
|
||||||
i*:CYGWIN*:*)
|
|
||||||
echo ${UNAME_MACHINE}-pc-cygwin
|
|
||||||
exit ;;
|
|
||||||
+ *:MINGW64*:*)
|
|
||||||
+ echo ${UNAME_MACHINE}-pc-mingw64
|
|
||||||
+ exit ;;
|
|
||||||
*:MINGW*:*)
|
|
||||||
echo ${UNAME_MACHINE}-pc-mingw32
|
|
||||||
exit ;;
|
|
||||||
+ i*:MSYS*:*)
|
|
||||||
+ echo ${UNAME_MACHINE}-pc-msys
|
|
||||||
+ exit ;;
|
|
||||||
i*:windows32*:*)
|
|
||||||
# uname -m includes "-pc" on this system.
|
|
||||||
echo ${UNAME_MACHINE}-mingw32
|
|
||||||
@@ -860,6 +866,13 @@ EOF
|
|
||||||
i*86:Minix:*:*)
|
|
||||||
echo ${UNAME_MACHINE}-pc-minix
|
|
||||||
exit ;;
|
|
||||||
+ aarch64:Linux:*:*)
|
|
||||||
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
|
|
||||||
+ exit ;;
|
|
||||||
+ aarch64_be:Linux:*:*)
|
|
||||||
+ UNAME_MACHINE=aarch64_be
|
|
||||||
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
|
|
||||||
+ exit ;;
|
|
||||||
alpha:Linux:*:*)
|
|
||||||
case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
|
|
||||||
EV5) UNAME_MACHINE=alphaev5 ;;
|
|
||||||
@@ -894,16 +907,16 @@ EOF
|
|
||||||
echo ${UNAME_MACHINE}-unknown-linux-gnu
|
|
||||||
exit ;;
|
|
||||||
cris:Linux:*:*)
|
|
||||||
- echo cris-axis-linux-gnu
|
|
||||||
+ echo ${UNAME_MACHINE}-axis-linux-gnu
|
|
||||||
exit ;;
|
|
||||||
crisv32:Linux:*:*)
|
|
||||||
- echo crisv32-axis-linux-gnu
|
|
||||||
+ echo ${UNAME_MACHINE}-axis-linux-gnu
|
|
||||||
exit ;;
|
|
||||||
frv:Linux:*:*)
|
|
||||||
- echo frv-unknown-linux-gnu
|
|
||||||
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
|
|
||||||
exit ;;
|
|
||||||
hexagon:Linux:*:*)
|
|
||||||
- echo hexagon-unknown-linux-gnu
|
|
||||||
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
|
|
||||||
exit ;;
|
|
||||||
i*86:Linux:*:*)
|
|
||||||
LIBC=gnu
|
|
||||||
@@ -945,7 +958,7 @@ EOF
|
|
||||||
test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
|
|
||||||
;;
|
|
||||||
or32:Linux:*:*)
|
|
||||||
- echo or32-unknown-linux-gnu
|
|
||||||
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
|
|
||||||
exit ;;
|
|
||||||
padre:Linux:*:*)
|
|
||||||
echo sparc-unknown-linux-gnu
|
|
||||||
@@ -986,7 +999,7 @@ EOF
|
|
||||||
echo ${UNAME_MACHINE}-dec-linux-gnu
|
|
||||||
exit ;;
|
|
||||||
x86_64:Linux:*:*)
|
|
||||||
- echo x86_64-unknown-linux-gnu
|
|
||||||
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
|
|
||||||
exit ;;
|
|
||||||
xtensa*:Linux:*:*)
|
|
||||||
echo ${UNAME_MACHINE}-unknown-linux-gnu
|
|
||||||
@@ -1193,6 +1206,9 @@ EOF
|
|
||||||
BePC:Haiku:*:*) # Haiku running on Intel PC compatible.
|
|
||||||
echo i586-pc-haiku
|
|
||||||
exit ;;
|
|
||||||
+ x86_64:Haiku:*:*)
|
|
||||||
+ echo x86_64-unknown-haiku
|
|
||||||
+ exit ;;
|
|
||||||
SX-4:SUPER-UX:*:*)
|
|
||||||
echo sx4-nec-superux${UNAME_RELEASE}
|
|
||||||
exit ;;
|
|
||||||
@@ -1248,7 +1264,7 @@ EOF
|
|
||||||
NEO-?:NONSTOP_KERNEL:*:*)
|
|
||||||
echo neo-tandem-nsk${UNAME_RELEASE}
|
|
||||||
exit ;;
|
|
||||||
- NSE-?:NONSTOP_KERNEL:*:*)
|
|
||||||
+ NSE-*:NONSTOP_KERNEL:*:*)
|
|
||||||
echo nse-tandem-nsk${UNAME_RELEASE}
|
|
||||||
exit ;;
|
|
||||||
NSR-?:NONSTOP_KERNEL:*:*)
|
|
||||||
@@ -1317,11 +1333,11 @@ EOF
|
|
||||||
i*86:AROS:*:*)
|
|
||||||
echo ${UNAME_MACHINE}-pc-aros
|
|
||||||
exit ;;
|
|
||||||
+ x86_64:VMkernel:*:*)
|
|
||||||
+ echo ${UNAME_MACHINE}-unknown-esx
|
|
||||||
+ exit ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
-#echo '(No uname command or uname output not recognized.)' 1>&2
|
|
||||||
-#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
|
|
||||||
-
|
|
||||||
eval $set_cc_for_build
|
|
||||||
cat >$dummy.c <<EOF
|
|
||||||
#ifdef _SEQUENT_
|
|
||||||
Index: libltdl/config/config.sub
|
|
||||||
===================================================================
|
|
||||||
--- libltdl/config/config.sub.orig
|
|
||||||
+++ libltdl/config/config.sub
|
|
||||||
@@ -2,37 +2,32 @@
|
|
||||||
# Configuration validation subroutine script.
|
|
||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
|
||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
|
||||||
-# 2011 Free Software Foundation, Inc.
|
|
||||||
+# 2011, 2012, 2013 Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
-timestamp='2011-10-08'
|
|
||||||
+timestamp='2013-01-23'
|
|
||||||
|
|
||||||
-# This file is (in principle) common to ALL GNU software.
|
|
||||||
-# The presence of a machine in this file suggests that SOME GNU software
|
|
||||||
-# can handle that machine. It does not imply ALL GNU software can.
|
|
||||||
-#
|
|
||||||
-# This file is free software; you can redistribute it and/or modify
|
|
||||||
-# it under the terms of the GNU General Public License as published by
|
|
||||||
-# the Free Software Foundation; either version 2 of the License, or
|
|
||||||
+# This file is free software; you can redistribute it and/or modify it
|
|
||||||
+# under the terms of the GNU General Public License as published by
|
|
||||||
+# the Free Software Foundation; either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
-# This program is distributed in the hope that it will be useful,
|
|
||||||
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
-# GNU General Public License for more details.
|
|
||||||
+# This program is distributed in the hope that it will be useful, but
|
|
||||||
+# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
+# General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
-# along with this program; if not, write to the Free Software
|
|
||||||
-# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
|
||||||
-# 02110-1301, USA.
|
|
||||||
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
# As a special exception to the GNU General Public License, if you
|
|
||||||
# distribute this file as part of a program that contains a
|
|
||||||
# configuration script generated by Autoconf, you may include it under
|
|
||||||
-# the same distribution terms that you use for the rest of that program.
|
|
||||||
+# the same distribution terms that you use for the rest of that
|
|
||||||
+# program. This Exception is an additional permission under section 7
|
|
||||||
+# of the GNU General Public License, version 3 ("GPLv3").
|
|
||||||
|
|
||||||
|
|
||||||
-# Please send patches to <config-patches@gnu.org>. Submit a context
|
|
||||||
-# diff and a properly formatted GNU ChangeLog entry.
|
|
||||||
+# Please send patches with a ChangeLog entry to config-patches@gnu.org.
|
|
||||||
#
|
|
||||||
# Configuration subroutine to validate and canonicalize a configuration type.
|
|
||||||
# Supply the specified configuration type as an argument.
|
|
||||||
@@ -76,8 +71,8 @@ version="\
|
|
||||||
GNU config.sub ($timestamp)
|
|
||||||
|
|
||||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
|
||||||
-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
|
|
||||||
-Software Foundation, Inc.
|
|
||||||
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
|
|
||||||
+2012, 2013 Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
This is free software; see the source for copying conditions. There is NO
|
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
|
||||||
@@ -125,13 +120,17 @@ esac
|
|
||||||
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
|
|
||||||
case $maybe_os in
|
|
||||||
nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
|
|
||||||
- linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
|
|
||||||
+ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
|
|
||||||
knetbsd*-gnu* | netbsd*-gnu* | \
|
|
||||||
kopensolaris*-gnu* | \
|
|
||||||
storm-chaos* | os2-emx* | rtmk-nova*)
|
|
||||||
os=-$maybe_os
|
|
||||||
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
|
|
||||||
;;
|
|
||||||
+ android-linux)
|
|
||||||
+ os=-linux-android
|
|
||||||
+ basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
|
|
||||||
+ ;;
|
|
||||||
*)
|
|
||||||
basic_machine=`echo $1 | sed 's/-[^-]*$//'`
|
|
||||||
if [ $basic_machine != $1 ]
|
|
||||||
@@ -154,7 +153,7 @@ case $os in
|
|
||||||
-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
|
|
||||||
-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
|
|
||||||
-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
|
|
||||||
- -apple | -axis | -knuth | -cray | -microblaze)
|
|
||||||
+ -apple | -axis | -knuth | -cray | -microblaze*)
|
|
||||||
os=
|
|
||||||
basic_machine=$1
|
|
||||||
;;
|
|
||||||
@@ -223,6 +222,12 @@ case $os in
|
|
||||||
-isc*)
|
|
||||||
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
|
||||||
;;
|
|
||||||
+ -lynx*178)
|
|
||||||
+ os=-lynxos178
|
|
||||||
+ ;;
|
|
||||||
+ -lynx*5)
|
|
||||||
+ os=-lynxos5
|
|
||||||
+ ;;
|
|
||||||
-lynx*)
|
|
||||||
os=-lynxos
|
|
||||||
;;
|
|
||||||
@@ -247,11 +252,14 @@ case $basic_machine in
|
|
||||||
# Some are omitted here because they have special meanings below.
|
|
||||||
1750a | 580 \
|
|
||||||
| a29k \
|
|
||||||
+ | aarch64 | aarch64_be \
|
|
||||||
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
|
|
||||||
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
|
|
||||||
| am33_2.0 \
|
|
||||||
- | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
|
|
||||||
- | be32 | be64 \
|
|
||||||
+ | arc \
|
|
||||||
+ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
|
|
||||||
+ | avr | avr32 \
|
|
||||||
+ | be32 | be64 \
|
|
||||||
| bfin \
|
|
||||||
| c4x | clipper \
|
|
||||||
| d10v | d30v | dlx | dsp16xx \
|
|
||||||
@@ -264,7 +272,7 @@ case $basic_machine in
|
|
||||||
| le32 | le64 \
|
|
||||||
| lm32 \
|
|
||||||
| m32c | m32r | m32rle | m68000 | m68k | m88k \
|
|
||||||
- | maxq | mb | microblaze | mcore | mep | metag \
|
|
||||||
+ | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
|
|
||||||
| mips | mipsbe | mipseb | mipsel | mipsle \
|
|
||||||
| mips16 \
|
|
||||||
| mips64 | mips64el \
|
|
||||||
@@ -282,20 +290,21 @@ case $basic_machine in
|
|
||||||
| mipsisa64r2 | mipsisa64r2el \
|
|
||||||
| mipsisa64sb1 | mipsisa64sb1el \
|
|
||||||
| mipsisa64sr71k | mipsisa64sr71kel \
|
|
||||||
+ | mipsr5900 | mipsr5900el \
|
|
||||||
| mipstx39 | mipstx39el \
|
|
||||||
| mn10200 | mn10300 \
|
|
||||||
| moxie \
|
|
||||||
| mt \
|
|
||||||
| msp430 \
|
|
||||||
| nds32 | nds32le | nds32be \
|
|
||||||
- | nios | nios2 \
|
|
||||||
+ | nios | nios2 | nios2eb | nios2el \
|
|
||||||
| ns16k | ns32k \
|
|
||||||
| open8 \
|
|
||||||
| or32 \
|
|
||||||
| pdp10 | pdp11 | pj | pjl \
|
|
||||||
| powerpc | powerpc64 | powerpc64le | powerpcle \
|
|
||||||
| pyramid \
|
|
||||||
- | rx \
|
|
||||||
+ | rl78 | rx \
|
|
||||||
| score \
|
|
||||||
| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
|
|
||||||
| sh64 | sh64le \
|
|
||||||
@@ -319,8 +328,7 @@ case $basic_machine in
|
|
||||||
c6x)
|
|
||||||
basic_machine=tic6x-unknown
|
|
||||||
;;
|
|
||||||
- m6811 | m68hc11 | m6812 | m68hc12 | picochip)
|
|
||||||
- # Motorola 68HC11/12.
|
|
||||||
+ m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
|
|
||||||
basic_machine=$basic_machine-unknown
|
|
||||||
os=-none
|
|
||||||
;;
|
|
||||||
@@ -333,7 +341,10 @@ case $basic_machine in
|
|
||||||
strongarm | thumb | xscale)
|
|
||||||
basic_machine=arm-unknown
|
|
||||||
;;
|
|
||||||
-
|
|
||||||
+ xgate)
|
|
||||||
+ basic_machine=$basic_machine-unknown
|
|
||||||
+ os=-none
|
|
||||||
+ ;;
|
|
||||||
xscaleeb)
|
|
||||||
basic_machine=armeb-unknown
|
|
||||||
;;
|
|
||||||
@@ -356,6 +367,7 @@ case $basic_machine in
|
|
||||||
# Recognize the basic CPU types with company name.
|
|
||||||
580-* \
|
|
||||||
| a29k-* \
|
|
||||||
+ | aarch64-* | aarch64_be-* \
|
|
||||||
| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
|
|
||||||
| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
|
|
||||||
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
|
|
||||||
@@ -377,7 +389,8 @@ case $basic_machine in
|
|
||||||
| lm32-* \
|
|
||||||
| m32c-* | m32r-* | m32rle-* \
|
|
||||||
| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
|
|
||||||
- | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
|
|
||||||
+ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
|
|
||||||
+ | microblaze-* | microblazeel-* \
|
|
||||||
| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
|
|
||||||
| mips16-* \
|
|
||||||
| mips64-* | mips64el-* \
|
|
||||||
@@ -395,19 +408,20 @@ case $basic_machine in
|
|
||||||
| mipsisa64r2-* | mipsisa64r2el-* \
|
|
||||||
| mipsisa64sb1-* | mipsisa64sb1el-* \
|
|
||||||
| mipsisa64sr71k-* | mipsisa64sr71kel-* \
|
|
||||||
+ | mipsr5900-* | mipsr5900el-* \
|
|
||||||
| mipstx39-* | mipstx39el-* \
|
|
||||||
| mmix-* \
|
|
||||||
| mt-* \
|
|
||||||
| msp430-* \
|
|
||||||
| nds32-* | nds32le-* | nds32be-* \
|
|
||||||
- | nios-* | nios2-* \
|
|
||||||
+ | nios-* | nios2-* | nios2eb-* | nios2el-* \
|
|
||||||
| none-* | np1-* | ns16k-* | ns32k-* \
|
|
||||||
| open8-* \
|
|
||||||
| orion-* \
|
|
||||||
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
|
|
||||||
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
|
|
||||||
| pyramid-* \
|
|
||||||
- | romp-* | rs6000-* | rx-* \
|
|
||||||
+ | rl78-* | romp-* | rs6000-* | rx-* \
|
|
||||||
| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
|
|
||||||
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
|
|
||||||
| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
|
|
||||||
@@ -719,7 +733,6 @@ case $basic_machine in
|
|
||||||
i370-ibm* | ibm*)
|
|
||||||
basic_machine=i370-ibm
|
|
||||||
;;
|
|
||||||
-# I'm not sure what "Sysv32" means. Should this be sysv3.2?
|
|
||||||
i*86v32)
|
|
||||||
basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
|
|
||||||
os=-sysv32
|
|
||||||
@@ -777,9 +790,13 @@ case $basic_machine in
|
|
||||||
basic_machine=ns32k-utek
|
|
||||||
os=-sysv
|
|
||||||
;;
|
|
||||||
- microblaze)
|
|
||||||
+ microblaze*)
|
|
||||||
basic_machine=microblaze-xilinx
|
|
||||||
;;
|
|
||||||
+ mingw64)
|
|
||||||
+ basic_machine=x86_64-pc
|
|
||||||
+ os=-mingw64
|
|
||||||
+ ;;
|
|
||||||
mingw32)
|
|
||||||
basic_machine=i386-pc
|
|
||||||
os=-mingw32
|
|
||||||
@@ -816,6 +833,10 @@ case $basic_machine in
|
|
||||||
ms1-*)
|
|
||||||
basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
|
|
||||||
;;
|
|
||||||
+ msys)
|
|
||||||
+ basic_machine=i386-pc
|
|
||||||
+ os=-msys
|
|
||||||
+ ;;
|
|
||||||
mvs)
|
|
||||||
basic_machine=i370-ibm
|
|
||||||
os=-mvs
|
|
||||||
@@ -1004,7 +1025,11 @@ case $basic_machine in
|
|
||||||
basic_machine=i586-unknown
|
|
||||||
os=-pw32
|
|
||||||
;;
|
|
||||||
- rdos)
|
|
||||||
+ rdos | rdos64)
|
|
||||||
+ basic_machine=x86_64-pc
|
|
||||||
+ os=-rdos
|
|
||||||
+ ;;
|
|
||||||
+ rdos32)
|
|
||||||
basic_machine=i386-pc
|
|
||||||
os=-rdos
|
|
||||||
;;
|
|
||||||
@@ -1331,21 +1356,21 @@ case $os in
|
|
||||||
-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
|
|
||||||
| -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
|
|
||||||
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
|
|
||||||
- | -sym* | -kopensolaris* \
|
|
||||||
+ | -sym* | -kopensolaris* | -plan9* \
|
|
||||||
| -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
|
|
||||||
| -aos* | -aros* \
|
|
||||||
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
|
|
||||||
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
|
|
||||||
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
|
|
||||||
- | -openbsd* | -solidbsd* \
|
|
||||||
+ | -bitrig* | -openbsd* | -solidbsd* \
|
|
||||||
| -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
|
|
||||||
| -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
|
|
||||||
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
|
|
||||||
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
|
|
||||||
| -chorusos* | -chorusrdb* | -cegcc* \
|
|
||||||
- | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
|
|
||||||
- | -mingw32* | -linux-gnu* | -linux-android* \
|
|
||||||
- | -linux-newlib* | -linux-uclibc* \
|
|
||||||
+ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
|
|
||||||
+ | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
|
|
||||||
+ | -linux-newlib* | -linux-musl* | -linux-uclibc* \
|
|
||||||
| -uxpv* | -beos* | -mpeix* | -udk* \
|
|
||||||
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
|
|
||||||
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
|
|
||||||
@@ -1477,9 +1502,6 @@ case $os in
|
|
||||||
-aros*)
|
|
||||||
os=-aros
|
|
||||||
;;
|
|
||||||
- -kaos*)
|
|
||||||
- os=-kaos
|
|
||||||
- ;;
|
|
||||||
-zvmoe)
|
|
||||||
os=-zvmoe
|
|
||||||
;;
|
|
||||||
@@ -1528,6 +1550,9 @@ case $basic_machine in
|
|
||||||
c4x-* | tic4x-*)
|
|
||||||
os=-coff
|
|
||||||
;;
|
|
||||||
+ hexagon-*)
|
|
||||||
+ os=-elf
|
|
||||||
+ ;;
|
|
||||||
tic54x-*)
|
|
||||||
os=-coff
|
|
||||||
;;
|
|
||||||
@@ -1555,9 +1580,6 @@ case $basic_machine in
|
|
||||||
;;
|
|
||||||
m68000-sun)
|
|
||||||
os=-sunos3
|
|
||||||
- # This also exists in the configure program, but was not the
|
|
||||||
- # default.
|
|
||||||
- # os=-sunos4
|
|
||||||
;;
|
|
||||||
m68*-cisco)
|
|
||||||
os=-aout
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b38de44862a987293cd3d8dfae1c409d514b6c4e794ebc93648febf9afc38918
|
|
||||||
size 2632347
|
|
3
libtool-2.4.3.tar.gz
Normal file
3
libtool-2.4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:36b4881c1843d7585de9c66c4c3d9a067ed3a3f792bc670beba21f5a4960acdf
|
||||||
|
size 1735901
|
@ -1,37 +0,0 @@
|
|||||||
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
|
|
||||||
index 56666f0..126202f 100644
|
|
||||||
--- a/libltdl/m4/libtool.m4
|
|
||||||
+++ b/libltdl/m4/libtool.m4
|
|
||||||
@@ -1312,7 +1312,7 @@ ia64-*-hpux*)
|
|
||||||
rm -rf conftest*
|
|
||||||
;;
|
|
||||||
|
|
||||||
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
|
|
||||||
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
|
|
||||||
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
|
|
||||||
# Find out which ABI we are using.
|
|
||||||
echo 'int i;' > conftest.$ac_ext
|
|
||||||
@@ -1326,7 +1326,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
|
|
||||||
x86_64-*linux*)
|
|
||||||
LD="${LD-ld} -m elf_i386"
|
|
||||||
;;
|
|
||||||
- ppc64-*linux*|powerpc64-*linux*)
|
|
||||||
+ powerpc64le-*linux*)
|
|
||||||
+ LD="${LD-ld} -m elf32lppclinux"
|
|
||||||
+ ;;
|
|
||||||
+ powerpc64-*linux*)
|
|
||||||
LD="${LD-ld} -m elf32ppclinux"
|
|
||||||
;;
|
|
||||||
s390x-*linux*)
|
|
||||||
@@ -1345,7 +1348,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
|
|
||||||
x86_64-*linux*)
|
|
||||||
LD="${LD-ld} -m elf_x86_64"
|
|
||||||
;;
|
|
||||||
- ppc*-*linux*|powerpc*-*linux*)
|
|
||||||
+ powerpcle-*linux*)
|
|
||||||
+ LD="${LD-ld} -m elf64lppc"
|
|
||||||
+ ;;
|
|
||||||
+ powerpc-*linux*)
|
|
||||||
LD="${LD-ld} -m elf64ppc"
|
|
||||||
;;
|
|
||||||
s390*-*linux*|s390*-*tpf*)
|
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 22:37:34 UTC 2014 - foss@grueninger.de
|
||||||
|
|
||||||
|
- Update to libtool 2.4.3
|
||||||
|
- Drop patch config-guess-sub-update.patch for libltdl/config as the
|
||||||
|
folder no longer exists.
|
||||||
|
- Drop patch libtool-ppc64le.patch for ppc handling as it is already
|
||||||
|
part of v2.4.3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 9 03:55:16 UTC 2014 - coolo@suse.com
|
Tue Sep 9 03:55:16 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ Requires: tar
|
|||||||
Summary: A Tool to Build Shared Libraries
|
Summary: A Tool to Build Shared Libraries
|
||||||
License: GPL-2.0+ and LGPL-2.1+ and GFDL-1.2+
|
License: GPL-2.0+ and LGPL-2.1+ and GFDL-1.2+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 2.4.2
|
Version: 2.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
@ -46,9 +46,6 @@ Url: http://www.gnu.org/software/libtool/
|
|||||||
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz
|
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Source3: libtool-rpmlintrc
|
Source3: libtool-rpmlintrc
|
||||||
#Patch: libtool-%%{version}.diff
|
|
||||||
Patch1: config-guess-sub-update.patch
|
|
||||||
Patch2: libtool-ppc64le.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Provides: libltdl-devel
|
Provides: libltdl-devel
|
||||||
# fedora name
|
# fedora name
|
||||||
@ -68,8 +65,6 @@ Library needed by programs that use the ltdl interface of GNU libtool.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libtool-%{version}
|
%setup -q -n libtool-%{version}
|
||||||
%patch1
|
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure CFLAGS="$RPM_OPT_FLAGS" \
|
./configure CFLAGS="$RPM_OPT_FLAGS" \
|
||||||
|
121
libtool.changes
121
libtool.changes
@ -1,3 +1,124 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 22:35:18 UTC 2014 - foss@grueninger.de
|
||||||
|
|
||||||
|
- Drop patch config-guess-sub-update.patch for libltdl/config as the
|
||||||
|
folder no longer exists.
|
||||||
|
- Drop patch libtool-ppc64le.patch for ppc handling as it is already
|
||||||
|
part of v2.4.3
|
||||||
|
- Update to libtool 2.4.3
|
||||||
|
** New features:
|
||||||
|
|
||||||
|
- Moved to gnulib release infrastructure.
|
||||||
|
|
||||||
|
- M4 is now used for scanning the M4 macros in your configure.ac that
|
||||||
|
'libtoolize' looks at to determine what files you want, and where you
|
||||||
|
would like them installed. This means that you can compose your
|
||||||
|
version number or any other argument that Libtoolize needs to know at
|
||||||
|
M4 time using git-version-gen from gnulib, for example.
|
||||||
|
|
||||||
|
- Invoking 'libtoolize --ltdl' no longer maintains a separate autoconf
|
||||||
|
macro directory in the libltdl tree, but automatically adjusts the
|
||||||
|
installed libltdl configuration files to share whatever macro
|
||||||
|
directory is declared by the parent project. (Note: if you were
|
||||||
|
already sharing a macro directory with AC_CONFIG_MACRO_DIR(ltdl/m4)
|
||||||
|
or similar, that still works as does any other directory choice).
|
||||||
|
|
||||||
|
- Invoking 'libtoolize --ltdl' no longer maintains a separate auxiliary
|
||||||
|
scripts directory in the libltdl tree, but automatically adjusts the
|
||||||
|
installed libltdl configuration files to share whatever auxiliary
|
||||||
|
scripts directory is declared by the parent project. (Note: if you
|
||||||
|
were already sharing an auxiliary directory with subproject libltdl
|
||||||
|
using AC_CONFIG_AUX_DIR(ltdl/config) or similar, that still works as
|
||||||
|
does any other directory choice).
|
||||||
|
|
||||||
|
- The legacy tests have all been migrated to the Autotest harness.
|
||||||
|
|
||||||
|
- The Autotest testsuite can be run without the especially time consuming
|
||||||
|
tests with:
|
||||||
|
|
||||||
|
make check-local TESTSUITEFLAGS='-k "!expensive"'
|
||||||
|
|
||||||
|
** Bug fixes:
|
||||||
|
|
||||||
|
- Fix a long-standing latent bug in autom4te include path for autotests
|
||||||
|
with VPATH builds.
|
||||||
|
- Fix a long-standing latent bug in libtoolize that could delete lines
|
||||||
|
from libltdl/Makefile.am in recursive mode due to underquoting in a
|
||||||
|
sed script.
|
||||||
|
- Fix a long-standing bug in libtoolize, by outputting the 'putting
|
||||||
|
auxiliary files in' header with 'libtoolize --ltdl --subproject'.
|
||||||
|
- Fix a long-standing bug in libtoolize subproject installation, by not
|
||||||
|
installing a set of autoconf macro files into the parent project if
|
||||||
|
there is no configure.ac present to use them.
|
||||||
|
- The libtoolize subproject mode selector is now named '--subproject'
|
||||||
|
and is equivalent to the implied '--subproject' mode when no other
|
||||||
|
mode is selected; '--standalone' never worked, and is no longer
|
||||||
|
accepted.
|
||||||
|
- Libtool and libtoolize no longer choke on paths with a comma in them.
|
||||||
|
- In the case where $SHELL does not have the same enhanced features
|
||||||
|
(e.g. the ability to parse 'var+=append') as $CONFIG_SHELL, libtool
|
||||||
|
will now correctly fallback to using only vanilla shell features
|
||||||
|
instead of failing with a parse at startup.
|
||||||
|
- Correctly recognize import libraries when Microsoft dumpbin is used
|
||||||
|
as the name lister and extend the dumpbin wrapper to find symbols
|
||||||
|
in import libraries using the -headers option of dumpbin. Also fix a
|
||||||
|
bug in the dumpbin wrapper that could lead to broken symbol listings
|
||||||
|
in some corner cases.
|
||||||
|
- Use the improved Microsoft dumpbin support to mend preloading of
|
||||||
|
import libraries for Microsoft Visual C/C++.
|
||||||
|
- No longer mangle module-definition (.def) files when feeding them to
|
||||||
|
the Microsoft Visual C/C++ linker via the -export-symbols argument to
|
||||||
|
the libtool script, thus matching how .def files are handled when
|
||||||
|
using GNU tools.
|
||||||
|
- Recognize more variants (e.g. those starting with a LIBRARY statement)
|
||||||
|
of module-definitions (.def) files when using them instead of a raw
|
||||||
|
list of symbols to export.
|
||||||
|
- Fix a long-standing bug when using libtoolize without automake; we
|
||||||
|
no longer remove install-sh with --force, since it's not a file
|
||||||
|
libtoolize will reinstall without --install..
|
||||||
|
|
||||||
|
** Important incompatible changes:
|
||||||
|
|
||||||
|
- GNU M4 is required to run libtoolize in a directory with a
|
||||||
|
'configure.ac' (or 'configure.in') that needs tracing to determine
|
||||||
|
what modes and directories have been specified.
|
||||||
|
|
||||||
|
- The use of the idiosyncratically named 'Makefile.inc' in nonrecursive
|
||||||
|
libltdl builds is deprecated, although it will be supported for one
|
||||||
|
more year or until the next release, whichever takes longer. Please
|
||||||
|
upgrade to the more standard naming of 'ltdl.mk' in keeping with other
|
||||||
|
GNU projects.
|
||||||
|
|
||||||
|
- libtoolize now behaves consistenty in respect of multiple directory
|
||||||
|
arguments to ACLOCAL_AMFLAGS and multiple invocations of AC_CONFIG-
|
||||||
|
_MACRO_DIRS, where the first directory is always selected. Previous
|
||||||
|
releases took the first ACLOCAL_AMFLAGS argument, but the last
|
||||||
|
invocation of AC_CONFIG_MACRO_DIRS.
|
||||||
|
|
||||||
|
- The libtoolize program now advises use of the new Autoconf
|
||||||
|
AC_CONFIG_MACRO_DIRS declaration. If you follow that advice, all
|
||||||
|
your developers will need at least autoconf-2.70 and automake-1.13
|
||||||
|
to rebootstrap your probject. If you still need to support
|
||||||
|
bootstrap with older Autotools, then you should add the following
|
||||||
|
to your configure.ac file:
|
||||||
|
|
||||||
|
m4_ifndef([AC_CONFIG_MACRO_DIRS],
|
||||||
|
[m4_define([AC_CONFIG_MACRO_DIRS],
|
||||||
|
m4_defn([AC_CONFIG_MACRO_DIR]))])
|
||||||
|
|
||||||
|
- Overhead of probing for a non-backslash crippled echo equivalent
|
||||||
|
during initialization of every script has been removed in favor of
|
||||||
|
trusting that "printf %s\n" works out of the box on all non-museum
|
||||||
|
host architectures. Manually setting ECHO appropriately in the
|
||||||
|
build environment will be necessary on some ancient architectures.
|
||||||
|
|
||||||
|
** Changes in supported systems or compilers:
|
||||||
|
|
||||||
|
- Support for bitrig (*-*-bitrig*).
|
||||||
|
|
||||||
|
- Solaris 7 and earlier requires ECHO=/usr/ucb/echo in the build
|
||||||
|
environment, to build and use libtool.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 9 03:55:16 UTC 2014 - coolo@suse.com
|
Tue Sep 9 03:55:16 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ Requires: tar
|
|||||||
Summary: A Tool to Build Shared Libraries
|
Summary: A Tool to Build Shared Libraries
|
||||||
License: GPL-2.0+ and LGPL-2.1+ and GFDL-1.2+
|
License: GPL-2.0+ and LGPL-2.1+ and GFDL-1.2+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 2.4.2
|
Version: 2.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
@ -46,9 +46,6 @@ Url: http://www.gnu.org/software/libtool/
|
|||||||
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz
|
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Source3: libtool-rpmlintrc
|
Source3: libtool-rpmlintrc
|
||||||
#Patch: libtool-%%{version}.diff
|
|
||||||
Patch1: config-guess-sub-update.patch
|
|
||||||
Patch2: libtool-ppc64le.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Provides: libltdl-devel
|
Provides: libltdl-devel
|
||||||
# fedora name
|
# fedora name
|
||||||
@ -68,8 +65,6 @@ Library needed by programs that use the ltdl interface of GNU libtool.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libtool-%{version}
|
%setup -q -n libtool-%{version}
|
||||||
%patch1
|
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure CFLAGS="$RPM_OPT_FLAGS" \
|
./configure CFLAGS="$RPM_OPT_FLAGS" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user