mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
14 lines
407 B
Plaintext
14 lines
407 B
Plaintext
$NetBSD: patch-ac,v 1.1.1.1 2011/04/06 09:10:27 cegger Exp $
|
|
|
|
--- libfsimage/common/Makefile.orig 2010-05-11 21:27:58.000000000 +0000
|
|
+++ libfsimage/common/Makefile
|
|
@@ -4,6 +4,8 @@ include $(XEN_ROOT)/tools/Rules.mk
|
|
MAJOR = 1.0
|
|
MINOR = 0
|
|
|
|
+CFLAGS += -DFSIMAGE_FSDIR=\"$(LIBDIR)/fs\"
|
|
+
|
|
LDFLAGS-$(CONFIG_SunOS) = -Wl,-M -Wl,mapfile-SunOS
|
|
LDFLAGS-$(CONFIG_Linux) = -Wl,mapfile-GNU
|
|
LDFLAGS = $(LDFLAGS-y)
|