summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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