mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-21 05:32:40 +02:00
Build full Xen distribution. Changes since v4: * Removed "opts=" from xencommons init script. * Backported upstream patch to boot Syslinux PV-DomUs with pygrub (allows booting Alpine PV-DomUs). Changes since v3: * Added bash as a runtime dependency, since some hotplug scripts use that instead of /bin/sh. Changes since v2: * Clean and updated init scripts to be as similar as possible to upstream version. Changes since v1: * Removed net from xencommons dependencies and added udev.
13 lines
400 B
Diff
13 lines
400 B
Diff
diff -r 2863b2f43a3b tools/libfsimage/common/Makefile
|
|
--- a/tools/libfsimage/common/Makefile Thu Dec 22 14:49:38 2011 +0000
|
|
+++ b/tools/libfsimage/common/Makefile Tue Dec 27 21:00:54 2011 +0100
|
|
@@ -4,6 +4,8 @@
|
|
MAJOR = 1.0
|
|
MINOR = 0
|
|
|
|
+CFLAGS += -DFSIMAGE_FSDIR=\"/usr/lib/fs\"
|
|
+
|
|
LDFLAGS-$(CONFIG_SunOS) = -Wl,-M -Wl,mapfile-SunOS
|
|
LDFLAGS-$(CONFIG_Linux) = -Wl,mapfile-GNU
|
|
LDFLAGS = $(LDFLAGS-y)
|