Skip to content

Commit

Permalink
configure: hint that gmake should be used on BSD
Browse files Browse the repository at this point in the history
  • Loading branch information
rofl0r committed Jul 22, 2014
1 parent 9f8db92 commit 840b361
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ echo bindir=$bindir>>config.mak
echo libdir=$libdir>>config.mak
echo includedir=$includedir>>config.mak
echo sysconfdir=$sysconfdir>>config.mak
make_cmd=make
if ismac ; then
echo NO_AS_NEEDED=>>config.mak
echo LDSO_SUFFIX=dylib>>config.mak
Expand All @@ -102,6 +103,7 @@ if ismac ; then
elif isbsd ; then
echo LIBDL=>>config.mak
echo "CFLAGS+=-DIS_BSD">>config.mak
make_cmd=gmake
fi

echo "Done, now run make && make install"
echo "Done, now run $make_cmd && $make_cmd install"

0 comments on commit 840b361

Please sign in to comment.