summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-11-25 18:17:04 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-11-25 18:17:04 +0100
commit98858a8097b8b710096e996c551751625f87b34a (patch)
tree18eb6c10c26a47369983ed93403fc497ed5f4610
parent347d02af4c2d86d6fd20ae1ff4c23d068e677821 (diff)
add libmachdev-remove-static-linking-hack.patch
-rw-r--r--debian/patches/libmachdev-remove-static-linking-hack.patch11
-rw-r--r--debian/patches/series1
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/libmachdev-remove-static-linking-hack.patch b/debian/patches/libmachdev-remove-static-linking-hack.patch
new file mode 100644
index 00000000..d1ec6bbb
--- /dev/null
+++ b/debian/patches/libmachdev-remove-static-linking-hack.patch
@@ -0,0 +1,11 @@
+diff --git a/libmachdev/Makefile b/libmachdev/Makefile
+index 734824e..221e4ed 100644
+--- a/libmachdev/Makefile
++++ b/libmachdev/Makefile
+@@ -32,6 +32,3 @@ MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h
+ device-MIGSFLAGS="-DMACH_PAYLOAD_TO_PORT=ports_payload_get_name"
+
+ include ../Makeconf
+-
+-$(libname).so.$(hurd-version):
+- echo "INPUT ( $(libname).a )" > $@
diff --git a/debian/patches/series b/debian/patches/series
index a90b3bfe..6b14b8ab 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -75,3 +75,4 @@ samuel_file_locking_fix.patch
0027-hurd-add-intranpayload-functions-to-all-hurd-types.patch
0028-libports-use-protected-payloads-to-optimize-the-obje.patch
0029-libports-Fix-build.patch
+libmachdev-remove-static-linking-hack.patch