summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2011-08-26 02:03:13 +0400
committerIgor Pashev <pashev.igor@gmail.com>2011-08-26 02:03:13 +0400
commit749f9772b3089a722888a1dfebd8e739af2f2daa (patch)
tree01f57b80d2d5c01716f2370c58e6a5fac902bfbb
parent05f7727cc7df8e5d552eacfc478e17b66827bbce (diff)
downloadopen-axiom-debian-749f9772b3089a722888a1dfebd8e739af2f2daa.tar.gz
Added patch to make open-axiom binary dynamically linked
-rw-r--r--debian/patches/non-static-open-axiom-binary.patch13
-rw-r--r--debian/patches/series1
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/non-static-open-axiom-binary.patch b/debian/patches/non-static-open-axiom-binary.patch
new file mode 100644
index 0000000..87d4347
--- /dev/null
+++ b/debian/patches/non-static-open-axiom-binary.patch
@@ -0,0 +1,13 @@
+Index: open-axiom-debian/src/driver/Makefile.in
+===================================================================
+--- open-axiom-debian.orig/src/driver/Makefile.in 2011-08-25 23:14:50.000000000 +0400
++++ open-axiom-debian/src/driver/Makefile.in 2011-08-25 23:15:10.000000000 +0400
+@@ -70,7 +70,7 @@
+ main.lo: open-axiom.h
+
+ open-axiom$(EXEEXT): $(open_axiom_objects)
+- $(CXXLINK) -all-static -o $@ $(open_axiom_objects) $(open_axiom_LDADD)
++ $(CXXLINK) -o $@ $(open_axiom_objects) $(open_axiom_LDADD)
+
+ mostlyclean-local:
+ @rm -f $(open_axiom_objects)
diff --git a/debian/patches/series b/debian/patches/series
index 8e22c21..6c1e415 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
install-dir
debian-pkg-hint.patch
+non-static-open-axiom-binary.patch