mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
519 B
Plaintext
14 lines
519 B
Plaintext
$NetBSD: patch-ai,v 1.3 2013/09/12 18:52:54 adam Exp $
|
|
|
|
--- tools/xmlrpc/Makefile.orig 2013-03-29 06:38:36.000000000 +0000
|
|
+++ tools/xmlrpc/Makefile
|
|
@@ -43,7 +43,7 @@ LIBS = $(LIBXMLRPC_CLIENT) $(LIBXMLRPC)
|
|
XMLRPC_OBJS = xmlrpc.o $(DUMPVALUE)
|
|
|
|
xmlrpc: $(XMLRPC_OBJS) $(LIBS) $(UTILS)
|
|
- $(CCLD) -o $@ $(LDFLAGS) $(XMLRPC_OBJS) $(UTILS) $(CLIENT_LDLIBS)
|
|
+ libtool --mode=link $(CCLD) -o $@ $(LDFLAGS) $(XMLRPC_OBJS) $(UTILS) $(CLIENT_LDLIBS)
|
|
|
|
%.o:%.c $(BLDDIR)/include/xmlrpc-c/config.h
|
|
$(CC) -c $(CFLAGS_ALL) $<
|