[pkg-pnet-commits] [SCM] libjit branch, master, updated. f76ae89a4ece00e0d24697c0c1cce30447de196b

David Paleino d.paleino at gmail.com
Tue Feb 3 23:29:00 UTC 2009


The following commit has been merged in the master branch:
commit f76ae89a4ece00e0d24697c0c1cce30447de196b
Author: David Paleino <d.paleino at gmail.com>
Date:   Wed Feb 4 00:28:22 2009 +0100

    Try another path for fixing it.

diff --git a/debian/patches/series b/debian/patches/series
index be3682c..c99f66b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-00-fix_shlib-with-non-pic-code.patch
+#00-fix_shlib-with-non-pic-code.patch
diff --git a/debian/rules b/debian/rules
index 84ab8f3..1d18ed0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ export CFLAGS CXXFLAGS
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
 	dh build --before dh_auto_configure
-	dh_auto_configure -- --with-pic=yes
+	dh_auto_configure -- --with-pic=-fPIC
 	dh build --after dh_auto_configure
 	touch $@
 

-- 
libjit



More information about the pkg-pnet-commits mailing list