diff options
-rw-r--r-- | debian/patches/libmachdev-remove-static-linking-hack.patch | 11 | ||||
-rw-r--r-- | debian/patches/series | 1 |
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 |