dmalloc package, so add a dependency on the same, and add build glue so that the random_maps and common directories get built properly.
13 lines
385 B
Text
13 lines
385 B
Text
$NetBSD: patch-ac,v 1.1 2001/10/26 11:10:36 agc Exp $
|
|
|
|
--- random_maps/Makefile.in 2001/10/26 10:56:32 1.1
|
|
+++ random_maps/Makefile.in 2001/10/26 10:56:58
|
|
@@ -63,7 +63,7 @@
|
|
|
|
INCLUDES= $(EXTRA_INCLUDES) -I../include -I.
|
|
|
|
-LIBS = @LIBS@ $(EXTRA_LIBS) -L../common -lcross
|
|
+LIBS = -L${PREFIX}/lib -Wl,-R${PREFIX}/lib @LIBS@ $(EXTRA_LIBS) -L../common -lcross
|
|
|
|
SHELL = @BOURNE_SHELL@
|
|
|