From 5d10c2f8f2975094db05ab8d8d776447d4a2548c Mon Sep 17 00:00:00 2001 From: Marcin Banasiak Date: Sat, 30 May 2009 12:54:16 +0000 Subject: [PATCH] - fixes build with libtool 2.2 Changed files: flac-lt.patch -> 1.3 --- flac-lt.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 flac-lt.patch diff --git a/flac-lt.patch b/flac-lt.patch new file mode 100644 index 0000000..dc2802b --- /dev/null +++ b/flac-lt.patch @@ -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 + -- 2.44.0