]> git.pld-linux.org Git - packages/flac.git/commitdiff
- fixes build with libtool 2.2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 30 May 2009 12:54:16 +0000 (12:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flac-lt.patch -> 1.3

flac-lt.patch [new file with mode: 0644]

diff --git a/flac-lt.patch b/flac-lt.patch
new file mode 100644 (file)
index 0000000..dc2802b
--- /dev/null
@@ -0,0 +1,14 @@
+diff -urN flac-1.2.1/configure.in flac-1.2.1.new/configure.in
+--- flac-1.2.1/configure.in    2007-09-13 17:48:42.000000000 +0200
++++ flac-1.2.1.new/configure.in        2009-05-30 14:43:18.867607346 +0200
+@@ -29,6 +29,10 @@
+ # one that builds only static.  This is because the resulting libtool
+ # does not allow us to choose which to build at runtime.
+ AM_PROG_LIBTOOL
++
++dnl when using libtool 2.x create libtool early, because it's used in configure
++m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
++
+ sed -e 's/^build_old_libs=yes/build_old_libs=no/' libtool > libtool-disable-static
+ chmod +x libtool-disable-static
This page took 0.080674 seconds and 4 git commands to generate.