[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] 01/01: patches/cross-link.patch: Fix cross-linking
From: |
Samuel Thibault |
Subject: |
[hurd] 01/01: patches/cross-link.patch: Fix cross-linking |
Date: |
Sun, 29 Nov 2015 14:08:46 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a commit to branch master
in repository hurd.
commit cea370907a77729be1eca5fdfdbcaee674166d21
Author: Samuel Thibault <address@hidden>
Date: Sun Nov 29 15:08:26 2015 +0100
patches/cross-link.patch: Fix cross-linking
by making make look at the right library path.
---
debian/changelog | 2 ++
debian/patches/cross-link.patch | 12 ++++++++++++
debian/patches/series | 1 +
3 files changed, 15 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index f422c33..7a6cfb2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ hurd (1:0.7-2) UNRELEASED; urgency=medium
with libc.so.
* patches/external.patch: Do not build DDE when libpciaccess is not
available, do not build eth-filter when libpcap is not available.
+ * patches/cross-link.patch: Fix cross-linking by making make look at the
+ right library path.
-- Samuel Thibault <address@hidden> Fri, 27 Nov 2015 21:45:18 +0100
diff --git a/debian/patches/cross-link.patch b/debian/patches/cross-link.patch
new file mode 100644
index 0000000..7442adc
--- /dev/null
+++ b/debian/patches/cross-link.patch
@@ -0,0 +1,12 @@
+--- a/Makeconf
++++ b/Makeconf
+@@ -501,6 +501,9 @@ endif
+
+ # Tell make where to find other -l libraries that we use
+ vpath libutil.% $(libdir)/
++vpath libpthread.% $(libdir)/
++vpath libbz2.% $(libdir)/
++vpath libz.% $(libdir)/
+
+ # The libstore_%.a files fetch symbols from libstore.so
+ ifneq ($(dir),libstore)
diff --git a/debian/patches/series b/debian/patches/series
index 08c5ef9..152e79b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -22,3 +22,4 @@ term-for-tcl.patch
disable_new_task_notification.diff
newRPC.patch
dl_origin.patch
+cross-link.patch
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git