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