summaryrefslogtreecommitdiff
path: root/data/x11/make.sh
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-10-12 16:10:43 -1000
committerSam Bingner <sam@bingner.com>2018-10-12 16:11:03 -1000
commitff9969b0c3c8de1265cf8be0a17206442cb6f9bc (patch)
tree283501fc224ddec3a1f42e540f9b1c7a9fe0905f /data/x11/make.sh
parenta54dd30987a8c69deae80c8f46892e8ba65eb809 (diff)
Mark packages for iOS11+ and update various xorg packages
Diffstat (limited to 'data/x11/make.sh')
-rw-r--r--data/x11/make.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/x11/make.sh b/data/x11/make.sh
index e9f20e906..d8545f3b0 100644
--- a/data/x11/make.sh
+++ b/data/x11/make.sh
@@ -1,6 +1,6 @@
pkg:setup
pkg:configure --enable-malloc0returnsnull
-gcc -c -o src/util/makekeys-makekeys.o src/util/makekeys.c
+gcc -c -o src/util/makekeys-makekeys.o src/util/makekeys.c -Iinclude
gcc -o src/util/makekeys src/util/makekeys-makekeys.o
-make
+make -j8
pkg:install