13 lines
442 B
Text
13 lines
442 B
Text
$NetBSD: patch-ap,v 1.2 2003/07/27 11:12:58 blef Exp $
|
|
|
|
--- utils/Makefile.orig Wed Jul 21 09:41:18 1999
|
|
+++ utils/Makefile Sun Jul 27 04:03:47 2003
|
|
@@ -15,7 +15,7 @@
|
|
|
|
CFLAGS = $(WARN) $(OPTIMIZE) -I../include
|
|
#Use the next one for the Alpha/AXP if you need it
|
|
-#LDFLAGS = -L../staticlib
|
|
+LDFLAGS = -L../sharedlib -Wl,$(RPATH_FLAG)$(PREFIX)/lib
|
|
LIBS = -lvga -lm
|
|
|
|
#----------------------------------------------------------------------
|