summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux-user-chroot.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/linux-user-chroot.morph b/linux-user-chroot.morph
new file mode 100644
index 0000000..73a6a0a
--- /dev/null
+++ b/linux-user-chroot.morph
@@ -0,0 +1,8 @@
+{
+ "name": "linux-user-chroot",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "CFLAGS=\"$CFLAGS -I$PREFIX/include\" sh autogen.sh --prefix=\"$PREFIX\""
+ ]
+}