[SCM] libinstpatch/master: Missing symbols {pow, log}, add -lm flag to fix this.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Nov 1 23:17:47 UTC 2010
The following commit has been merged in the master branch:
commit 798a51cdec39d6911977851d3e46dddb2eb9fe6f
Author: Alessio Treglia <alessio at debian.org>
Date: Tue Nov 2 00:17:13 2010 +0100
Missing symbols {pow,log}, add -lm flag to fix this.
diff --git a/debian/patches/02-with-math-lib.patch b/debian/patches/05-with_math_lib.patch
similarity index 58%
rename from debian/patches/02-with-math-lib.patch
rename to debian/patches/05-with_math_lib.patch
index 9ff2b1f..8fa5c43 100644
--- a/debian/patches/02-with-math-lib.patch
+++ b/debian/patches/05-with_math_lib.patch
@@ -1,7 +1,13 @@
-diff -Nur -x '*.orig' -x '*~' libinstpatch-1.0.0/libinstpatch/Makefile.am libinstpatch-1.0.0.new/libinstpatch/Makefile.am
---- libinstpatch-1.0.0/libinstpatch/Makefile.am 2010-10-22 12:53:48.000000000 -0700
-+++ libinstpatch-1.0.0.new/libinstpatch/Makefile.am 2010-10-26 21:29:39.241407501 -0700
-@@ -211,7 +211,7 @@
+Description: Missing symbols {pow,log}, add -lm flag to fix this.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ libinstpatch/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- libinstpatch.orig/libinstpatch/Makefile.am
++++ libinstpatch/libinstpatch/Makefile.am
+@@ -211,7 +211,7 @@ ipatch_sources = \
libinstpatch_1_0_la_SOURCES = $(ipatch_public_h_sources) $(ipatch_sources)
libinstpatch_1_0_la_LDFLAGS = $(no_undefined) $(libinstpatch_la_def) \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-dynamic
diff --git a/debian/patches/series b/debian/patches/series
index 30deede..4aedc54 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
02-gettext.patch
03-pkgconfig.patch
04-fix_tests.patch
+05-with_math_lib.patch
--
libinstpatch packaging
More information about the pkg-multimedia-commits
mailing list