croc: disable ipv6 with sed instead of patch
[kiss-trunc88.git] / luajit / build
blob7a86d453f77db76522659dd15955672f91363759
1 #!/bin/sh -e
3 make amalg PREFIX=/usr
4 make install PREFIX=/usr DESTDIR="$1"
6 # Create these symlinks ourselves as luajit relies
7 # on ldconfig to do so and musl does not provide it.
8 #ln -s libluajit-5.1.so.2.0.5 "$1/usr/lib/libluajit-5.1.so"
9 #ln -s libluajit-5.1.so.2.0.5 "$1/usr/lib/libluajit-5.1.so.2"