commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 09/12: libmachdev: drop static libmachdev.so hack


From: Samuel Thibault
Subject: [hurd] 09/12: libmachdev: drop static libmachdev.so hack
Date: Wed, 10 Dec 2014 15:16:59 +0000

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

sthibault pushed a commit to branch dde
in repository hurd.

commit cf285afd0ff653a04c2c821586481c3eadfa430c
Author: Justus Winter <address@hidden>
Date:   Wed Nov 26 14:58:15 2014 +0100

    libmachdev: drop static libmachdev.so hack
    
    Previously, netdde was built against `libmachdev.a' to avoid some
    uninvestigated linking problems.  netdde using a statically linked
    libmachdev lead to problems in the past.  As the linking problems only
    affect functions required for block devices, which we do not use at
    this point, we can simply stub them out until a proper solution is
    found.
    
    * libmachdev/Makefile: Do not overwrite the built `libmachdev.so' with
    simple linker script pulling in `libmachdev.a'.
---
 libmachdev/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libmachdev/Makefile b/libmachdev/Makefile
index a47bf32..345c004 100644
--- a/libmachdev/Makefile
+++ b/libmachdev/Makefile
@@ -31,6 +31,3 @@ OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
 MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h
 
 include ../Makeconf
-
-$(libname).so.$(hurd-version):
-       echo "INPUT ( $(libname).a )" > $@

-- 
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]