summaryrefslogtreecommitdiff
path: root/strata/bsp-x86_both-tools
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2015-02-25 15:58:47 +0000
committerRichard Maw <richard.maw@gmail.com>2015-02-25 16:07:10 +0000
commit399896b16e276f7c1a43c5c7efc71cf669cabb5f (patch)
tree53f1fb6aec3ca84cc9263897564353de94e39b2c /strata/bsp-x86_both-tools
parent85d1fa6ef8fbb973b178d3971403485052880f50 (diff)
downloaddefinitions-399896b16e276f7c1a43c5c7efc71cf669cabb5f.tar.gz
Put syslinux header files in syslinux-develbaserock/richardmaw/shrink-initramfs
It puts headers for building com32 binaries in a different path, presumably because they're not for building normal libraries, so putting them in the search paths for normal libraries would just cause conflicts.
Diffstat (limited to 'strata/bsp-x86_both-tools')
-rw-r--r--strata/bsp-x86_both-tools/syslinux.morph8
1 files changed, 6 insertions, 2 deletions
diff --git a/strata/bsp-x86_both-tools/syslinux.morph b/strata/bsp-x86_both-tools/syslinux.morph
index c0f15807..4570865b 100644
--- a/strata/bsp-x86_both-tools/syslinux.morph
+++ b/strata/bsp-x86_both-tools/syslinux.morph
@@ -1,8 +1,12 @@
name: syslinux
kind: chunk
+products:
+- artifact: syslinux-devel
+ include:
+ - (usr/)?share/syslinux/com32.*
build-commands:
- make clean
-- make
-- make installer
+- make NO_WERROR=1
+- make NO_WERROR=1 installer
install-commands:
- make INSTALLROOT="$DESTDIR" install