blob: 855b997b01d2b5bc729c73dc0a7cbce8bfd4471a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.2 2006/06/17 21:36:01 rillig Exp $
--- src/libneon/src/Makefile.in.orig 2005-05-03 01:46:54.000000000 +0200
+++ src/libneon/src/Makefile.in 2005-05-08 12:31:18.000000000 +0200
@@ -26,7 +26,7 @@
# Flags
CPPFLAGS = @DEFS@ @CPPFLAGS@
CFLAGS = @CFLAGS@ -I$(top_builddir) -I$(top_srcdir)/../expat/lib @NEON_CFLAGS@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = -L../../expat @LDFLAGS@
NEON_LINK_FLAGS = @NEON_LINK_FLAGS@
# Note: don't substitute @LIBS@ in here; during a bundled
# build of this directory, @LIBS@ may include -lneon.
|