openbsd-ports/net/curl/patches/patch-docs_examples_Makefile_in
2009-01-21 21:17:27 +00:00

13 lines
663 B
Plaintext

$OpenBSD: patch-docs_examples_Makefile_in,v 1.4 2009/01/21 21:17:27 naddy Exp $
--- docs/examples/Makefile.in.orig Tue Jan 13 13:05:11 2009
+++ docs/examples/Makefile.in Wed Jan 21 16:57:02 2009
@@ -196,7 +196,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $
$(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) -L../../lib/.libs $(LDFLAGS) -o $@
SOURCES = 10-at-a-time.c anyauthput.c certinfo.c cookie_interface.c \
debug.c fileupload.c fopen.c ftpget.c ftpgetresp.c ftpupload.c \
getinfo.c getinmemory.c http-post.c httpcustomheader.c \