use musl's install.sh rather than doing workarounds for BSD install

This commit is contained in:
rofl0r
2014-07-22 14:32:27 +02:00
parent cd4aee1997
commit 6143266edd
3 changed files with 80 additions and 11 deletions

2
configure vendored
View File

@ -99,11 +99,9 @@ if ismac ; then
echo LDFLAGS+=-arch i386 -arch x86_64>>config.mak
fi
echo LD_SET_SONAME=-Wl,-install_name,>>config.mak
echo INSTALL_FLAGS=-m>>config.mak
elif isbsd ; then
echo LIBDL=>>config.mak
echo "CFLAGS+=-DIS_BSD">>config.mak
echo INSTALL_FLAGS=-m>>config.mak
fi
echo "Done, now run make && make install"