more sun adeptations

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@12 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
imaginos
2004-08-24 22:43:56 +00:00
parent 42bc0e8e3a
commit 1cdb55995c
3 changed files with 10 additions and 1 deletions
Vendored
+3
View File
@@ -2760,6 +2760,9 @@ fi
MODFLAGS="$MODFLAGS -I`pwd`"
MODTARGET="modules"
appendLib -ldl
if `echo $host_os | grep -i 'sol' >/dev/null 2>/dev/null`; then
appendCXX -mimpure-text
fi
fi
#
+3
View File
@@ -56,6 +56,9 @@ if test "$MODULES" = "yes"; then
MODFLAGS="$MODFLAGS -I`pwd`"
MODTARGET="modules"
appendLib -ldl
if `echo $host_os | grep -i 'sol' >/dev/null 2>/dev/null`; then
appendCXX -mimpure-text
fi
fi
#
+4 -1
View File
@@ -22,7 +22,10 @@ if [ "$1" = "--libs" ]; then
fi
if [ "$1" = "--all" ]; then
FILES=`ls`
FILES="email raw sample shell"
if `echo $CXXFLAGS | grep 'HAVE_LIBSSL' >/dev/null 2>/dev/null`; then
FILES="$FILES schat savebuff"
fi
else
FILES=$@
fi