chiark / gitweb /
Do link statically against libadns !
authorian <ian>
Wed, 13 Oct 1999 01:23:38 +0000 (01:23 +0000)
committerian <ian>
Wed, 13 Oct 1999 01:23:38 +0000 (01:23 +0000)
client/Makefile.in

index 276bc5ea7c56c89efd67ae880a28574e58c7afc2..9963c1a477aedb2d91e61256864a0af3b3ed3a56 100644 (file)
@@ -59,4 +59,4 @@ adnshost_s:   $(ADH_OBJS) $(STATIC_LIB)
                $(CC) $(LDFLAGS) $< $(DYNAMIC_LINK) -o $@ $(LDLIBS)
 
 %_s:           %.o $(STATIC_LIB)
                $(CC) $(LDFLAGS) $< $(DYNAMIC_LINK) -o $@ $(LDLIBS)
 
 %_s:           %.o $(STATIC_LIB)
-               $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS)
+               $(CC) $(LDFLAGS) $< $(STATIC_LIB) -o $@ $(LDLIBS)