[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] 04/06: libmachdev: Fix cross-build
From: |
Samuel Thibault |
Subject: |
[hurd] 04/06: libmachdev: Fix cross-build |
Date: |
Sun, 28 Feb 2016 17:52:02 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a commit to branch dde
in repository hurd.
commit 7dd02a7eb760827eda2b16a9970739cfd60d84cb
Author: Samuel Thibault <address@hidden>
Date: Sun Feb 28 12:16:07 2016 +0100
libmachdev: Fix cross-build
* libmachdev/Makefile (HURDLIBS): Add ddekit.
---
libmachdev/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libmachdev/Makefile b/libmachdev/Makefile
index b7cdd6b..77d2a34 100644
--- a/libmachdev/Makefile
+++ b/libmachdev/Makefile
@@ -26,7 +26,7 @@ LCLHDRS = dev_hdr.h device_emul.h ds_routines.h vm_param.h \
util.h queue.h io_req.h if_ether.h machdev.h linux-errno.h \
errno-base.h
installhdrs = machdev.h
-HURDLIBS = ports trivfs bpf
+HURDLIBS = ports trivfs bpf ddekit
LDLIBS += -lpthread
OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git
- [hurd] branch dde updated (cb08549 -> f8f6870), Samuel Thibault, 2016/02/28
- [hurd] 03/06: libbpf: Drop unused dependency on libpthread, Samuel Thibault, 2016/02/28
- [hurd] 02/06: Add missing libraries to fix bootstrap link, Samuel Thibault, 2016/02/28
- [hurd] 06/06: Merge branch 'dde-upstream' into dde, Samuel Thibault, 2016/02/28
- [hurd] 01/06: Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd into dde, Samuel Thibault, 2016/02/28
- [hurd] 05/06: Merge branch 'dde' of git.savannah.gnu.org:/srv/git/hurd/incubator into dde-upstream, Samuel Thibault, 2016/02/28
- [hurd] 04/06: libmachdev: Fix cross-build,
Samuel Thibault <=