forked from I2P_Developers/i2p.i2p
debian: refresh patches
This commit is contained in:
11
debian/patches/0002-jbigi-soname.patch
vendored
11
debian/patches/0002-jbigi-soname.patch
vendored
@@ -5,14 +5,15 @@ Subject: jbigi soname
|
||||
The purpose of this patch is to change the path that build_jbigi.sh
|
||||
expects to find the source files at. At the same time I'm specifying
|
||||
a soname to shut lintian up.
|
||||
|
||||
---
|
||||
core/c/jbigi/build_jbigi.sh | 4 +++---
|
||||
1 files changed, 2 insertions(+), 2 deletions(-)
|
||||
core/c/jbigi/build_jbigi.sh | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/core/c/jbigi/build_jbigi.sh b/core/c/jbigi/build_jbigi.sh
|
||||
index b1a68dd..99b31e4 100755
|
||||
--- a/core/c/jbigi/build_jbigi.sh
|
||||
+++ b/core/c/jbigi/build_jbigi.sh
|
||||
@@ -39,7 +39,7 @@
|
||||
@@ -39,7 +39,7 @@ SunOS*|OpenBSD*|NetBSD*|*FreeBSD*|Linux*)
|
||||
UNIXTYPE="linux"
|
||||
fi
|
||||
COMPILEFLAGS="-fPIC -Wall"
|
||||
@@ -21,7 +22,7 @@ a soname to shut lintian up.
|
||||
LINKFLAGS="-shared -Wl,-soname,libjbigi.so"
|
||||
LIBFILE="libjbigi.so";;
|
||||
*)
|
||||
@@ -58,7 +58,7 @@
|
||||
@@ -58,7 +58,7 @@ fi
|
||||
|
||||
echo "Compiling C code..."
|
||||
rm -f jbigi.o $LIBFILE
|
||||
|
Reference in New Issue
Block a user