You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libcli/files/libcli-1.9.4-ldflags.patch

12 lines
367 B

--- Makefile~ 2008-07-28 03:13:16.000000000 +0200
+++ Makefile 2010-09-12 15:39:05.000000000 +0200
@@ -28,7 +28,7 @@
libcli.o: libcli.h
clitest: clitest.o $(LIB)
- $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $< -L. -lcli
+ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $< -L. -lcli
clitest.exe: clitest.c libcli.o
$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $< libcli.o -lws2_32