openbsd-ports/net/udns/patches/patch-Makefile_in
sebastia ca14db0393 import udns: stub DNS resolver library
UDNS is a stub DNS resolver library with ability to perform both
syncronous and asyncronous DNS queries.
2010-10-23 22:55:01 +00:00

15 lines
350 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2010/10/23 22:55:01 sebastia Exp $
run ranlib to fix build on vax and m88k
--- Makefile.in.orig Sat Oct 23 11:42:57 2010
+++ Makefile.in Sat Oct 23 11:43:17 2010
@@ -65,6 +65,7 @@ staticlib: $(LIB)
$(LIB): $(OBJS)
-rm -f $@
$(AR) rv $@ $(OBJS)
+ $(RANLIB) $(LIB)
.c.o:
$(CC) $(CFLAGS) $(CDEFS) -c $<