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