bug-hurd
[Top][All Lists]
Advanced

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

[PATCH hurd-dde 7/7] libmachdev: drop static libmachdev.so hack


From: Justus Winter
Subject: [PATCH hurd-dde 7/7] libmachdev: drop static libmachdev.so hack
Date: Wed, 26 Nov 2014 15:22:36 +0100

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 )" > $@
-- 
2.1.3




reply via email to

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