mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libtool: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
406edaeff2
commit
5ff7ea35ab
@ -12,3 +12,5 @@ PKG_SECTION="devel"
|
|||||||
PKG_SHORTDESC="libtool: Generic library support script"
|
PKG_SHORTDESC="libtool: Generic library support script"
|
||||||
PKG_LONGDESC="This is GNU Libtool, a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface."
|
PKG_LONGDESC="This is GNU Libtool, a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface."
|
||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
|
|
||||||
|
PKG_AUTORECONF="yes"
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
diff -Naur libtool-2.4-old/libltdl/m4/libtool.m4 libtool-2.4-new/libltdl/m4/libtool.m4
|
||||||
|
--- libtool-2.4-old/libltdl/m4/libtool.m4 2010-09-22 01:41:19.000000000 -0700
|
||||||
|
+++ libtool-2.4-new/libltdl/m4/libtool.m4 2010-09-23 20:25:25.000000000 -0700
|
||||||
|
@@ -6905,6 +6905,9 @@
|
||||||
|
*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
|
||||||
|
*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
|
||||||
|
esac
|
||||||
|
+case "$CC $CFLAGS " in #(
|
||||||
|
+*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
|
||||||
|
+esac
|
||||||
|
|
||||||
|
dnl Parse the compiler output and extract the necessary
|
||||||
|
dnl objects, libraries and library flags.
|
Loading…
x
Reference in New Issue
Block a user