Apply patch for Debian from Samuel Thibault.
This commit is contained in:
parent
f519653f7e
commit
36e86d649a
4 changed files with 5 additions and 5 deletions
4
aclocal.m4
vendored
4
aclocal.m4
vendored
|
|
@ -8114,7 +8114,7 @@ $$1_PKG_ERRORS
|
|||
Consider adjusting the PKG_CONFIG_PATH environment variable if you
|
||||
installed software in a non-standard prefix.
|
||||
|
||||
_PKG_TEXT])dnl
|
||||
_PKG_TEXT])[]dnl
|
||||
])
|
||||
elif test $pkg_failed = untried; then
|
||||
AC_MSG_RESULT([no])
|
||||
|
|
@ -8125,7 +8125,7 @@ path to pkg-config.
|
|||
|
||||
_PKG_TEXT
|
||||
|
||||
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])dnl
|
||||
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
|
||||
])
|
||||
else
|
||||
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
|
||||
|
|
|
|||
BIN
configure
vendored
BIN
configure
vendored
Binary file not shown.
|
|
@ -368,7 +368,7 @@ case "${host_os}" in
|
|||
THREAD_CFLAGS="-mt"
|
||||
;;
|
||||
*)
|
||||
SHARED_FLAGS="-shared -fPIC"
|
||||
SHARED_FLAGS="-fPIC"
|
||||
THREAD_CFLAGS="-pthread"
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
# compiler: $LTCC
|
||||
# compiler flags: $LTCFLAGS
|
||||
# linker: $LD (gnu? $with_gnu_ld)
|
||||
# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1
|
||||
# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu3
|
||||
# automake: $automake_version
|
||||
# autoconf: $autoconf_version
|
||||
#
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
|
||||
PROGRAM=ltmain.sh
|
||||
PACKAGE=libtool
|
||||
VERSION="2.2.6b Debian-2.2.6b-2ubuntu1"
|
||||
VERSION="2.2.6b Debian-2.2.6b-2ubuntu3"
|
||||
TIMESTAMP=""
|
||||
package_revision=1.3017
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue