From 749f9772b3089a722888a1dfebd8e739af2f2daa Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Fri, 26 Aug 2011 02:03:13 +0400 Subject: Added patch to make open-axiom binary dynamically linked --- debian/patches/non-static-open-axiom-binary.patch | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) create mode 100644 debian/patches/non-static-open-axiom-binary.patch 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 -- cgit v1.2.3