14 lines
430 B
Plaintext
14 lines
430 B
Plaintext
$NetBSD: patch-libfsimage_common_Makefile,v 1.2 2015/08/23 16:17:12 spz Exp $
|
|
|
|
--- libfsimage/common/Makefile.orig 2014-09-02 06:22:57.000000000 +0000
|
|
+++ libfsimage/common/Makefile
|
|
@@ -4,6 +4,8 @@ include $(XEN_ROOT)/tools/libfsimage/Rul
|
|
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)
|