1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2025-01-06 21:02:55 +08:00

fine-tune configure for BSD

This commit is contained in:
rofl0r 2013-01-06 19:18:04 +01:00
parent 52cbc8f87d
commit 5f433adfed

1
configure vendored
View File

@ -90,6 +90,7 @@ if ismac ; then
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