commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 07/09: Fix libmachdev link


From: Samuel Thibault
Subject: [hurd] 07/09: Fix libmachdev link
Date: Mon, 09 Feb 2015 09:59:06 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to annotated tag upstream/dde/0.5.git20150208
in repository hurd.

commit a11f957fac1a2eec5f01bf428a984918eceee741
Author: Samuel Thibault <address@hidden>
Date:   Thu Dec 11 00:41:35 2014 +0100

    Fix libmachdev link
    
    * libmachdev/Makefile (SRCS): Remove block.c, not ready yet.
    (HURDLIBS): Remove libddekit, which needs to get statically linked by the
    main program for initcalls to work.
---
 libmachdev/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/libmachdev/Makefile b/libmachdev/Makefile
index 221e4ed..7116c3e 100644
--- a/libmachdev/Makefile
+++ b/libmachdev/Makefile
@@ -20,12 +20,13 @@ makemode := library
 libname = libmachdev
 
 SRCS = deviceUser.c machUser.c net.c ds_routines.c queue.c trivfs_server.c \
-       device_replyUser.c deviceServer.c notifyServer.c misc.c block.c
+       device_replyUser.c deviceServer.c notifyServer.c misc.c
+#block.c
 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 ddekit bpf
+HURDLIBS = ports trivfs bpf
 OTHERLIBS = -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]