11 lines
332 B
Plaintext
11 lines
332 B
Plaintext
$NetBSD: patch-ac,v 1.1 2005/10/01 18:52:03 kristerw Exp $
|
|
|
|
--- src/Makefile.orig Sat Oct 1 20:43:07 2005
|
|
+++ src/Makefile Sat Oct 1 20:43:40 2005
|
|
@@ -1,4 +1,4 @@
|
|
-LIBS=-lncurses libcli/libcli.a
|
|
+LIBS=-Wl,-R${PREFIX}/lib -lncurses libcli/libcli.a
|
|
CFLAGS=-I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g
|
|
|
|
CFILES=$(wildcard *.c)
|