]> git.pld-linux.org Git - packages/flac.git/blame - flac-lt.patch
Fix -Werror=format-security errors. rebased for current tree
[packages/flac.git] / flac-lt.patch
CommitLineData
5d10c2f8
MB
1diff -urN flac-1.2.1/configure.in flac-1.2.1.new/configure.in
2--- flac-1.2.1/configure.in 2007-09-13 17:48:42.000000000 +0200
3+++ flac-1.2.1.new/configure.in 2009-05-30 14:43:18.867607346 +0200
4@@ -29,6 +29,10 @@
5 # one that builds only static. This is because the resulting libtool
6 # does not allow us to choose which to build at runtime.
7 AM_PROG_LIBTOOL
8+
9+dnl when using libtool 2.x create libtool early, because it's used in configure
10+m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
11+
12 sed -e 's/^build_old_libs=yes/build_old_libs=no/' libtool > libtool-disable-static
13 chmod +x libtool-disable-static
14
This page took 0.075982 seconds and 4 git commands to generate.