diff options
Diffstat (limited to 'data/xt/make.sh')
-rw-r--r-- | data/xt/make.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/xt/make.sh b/data/xt/make.sh new file mode 100644 index 000000000..d3d74b7b4 --- /dev/null +++ b/data/xt/make.sh @@ -0,0 +1,7 @@ +pkg:extract +cd * +pkg:configure --enable-malloc0returnsnull +gcc -c -o util/makestrs-makestrs.o util/makestrs.c +gcc -o util/makestrs util/makestrs-makestrs.o +make +pkg:install |