[SCM] libltc/master: Fix small mistake in configure.ac to make the buildsystem process LDFLAGS properly.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Nov 22 10:43:45 UTC 2012


The following commit has been merged in the master branch:
commit 3661785c9c3eb87c1c10966dd511293f1238e76b
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Nov 22 10:39:01 2012 +0000

    Fix small mistake in configure.ac to make the buildsystem process LDFLAGS properly.

diff --git a/debian/patches/0001-buildsystem.patch b/debian/patches/0001-buildsystem.patch
new file mode 100644
index 0000000..9cdd042
--- /dev/null
+++ b/debian/patches/0001-buildsystem.patch
@@ -0,0 +1,19 @@
+Description: Fix small mistake in configure.ac to make the buildsystem
+ properly process LDFLAGS.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: Robin Gareus <robin at gareus.org>
+---
+ configure.ac |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- libltc.orig/configure.ac
++++ libltc/configure.ac
+@@ -42,7 +42,7 @@ LIBLTC_CFLAGS="-Wall"
+ LIBLTC_LDFLAGS="-export-symbols-regex '^(ltc_).*'"
+ 
+ AC_MSG_CHECKING([if -Wl,--as-needed works])
+-LFDLAGS_save=$LDFLAGS
++LDFLAGS_save=$LDFLAGS
+ LDFLAGS="$LDFLAGS -Wl,--as-needed"
+ AC_TRY_LINK([], [],
+             [
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b5c7eee
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-buildsystem.patch

-- 
libltc packaging



More information about the pkg-multimedia-commits mailing list