13 lines
470 B
Text
13 lines
470 B
Text
$NetBSD: patch-aa,v 1.1 2006/02/02 18:21:00 joerg Exp $
|
|
|
|
--- src/lib/Makefile.in.orig 2006-02-02 18:13:49.000000000 +0000
|
|
+++ src/lib/Makefile.in
|
|
@@ -92,7 +92,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
|
|
# A list of all the files in the current directory which can be regenerated
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
-LDFLAGS = -L/usr/local/lib
|
|
+LDFLAGS = ${COMPILER_RPATH_FLAG}${PREFIX}/lib
|
|
INCLUDES = -I/usr/local/include -I$(includedir) @my_includes@
|
|
|
|
|