mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
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:
@@ -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
|
||||
|
||||
#
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user