From 4fdb9084a633a50a622dfd3b6c968dcc79284489 Mon Sep 17 00:00:00 2001 From: kytv Date: Mon, 3 Oct 2011 01:03:45 +0000 Subject: [PATCH] update due to my changes to jbigi scripts --- debian/patches/0002-jbigi-soname.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/0002-jbigi-soname.patch b/debian/patches/0002-jbigi-soname.patch index 71a54faba..a361317fd 100644 --- a/debian/patches/0002-jbigi-soname.patch +++ b/debian/patches/0002-jbigi-soname.patch @@ -12,7 +12,7 @@ a soname to shut lintian up. --- a/core/c/jbigi/mbuild_jbigi.sh +++ b/core/c/jbigi/mbuild_jbigi.sh -@@ -48,7 +48,7 @@ +@@ -47,7 +47,7 @@ fi fi COMPILEFLAGS="-fPIC -Wall" @@ -21,7 +21,7 @@ a soname to shut lintian up. LINKFLAGS="-shared -Wl,-soname,libjbigi.so" LIBFILE="libjbigi.so";; *) -@@ -67,7 +67,7 @@ +@@ -66,7 +66,7 @@ echo "Compiling C code..." rm -f jbigi.o $LIBFILE