36d1e9dfed
silc-client is a client for the SILC (Secure Internet Live Conferencing) protocol. SILC (Secure Internet Live Conferencing) is a protocol which provides secure conferencing services in the Internet over an insecure channel.
22 lines
653 B
Plaintext
22 lines
653 B
Plaintext
$OpenBSD: patch-lib_silcmath_mpi_configure,v 1.1.1.1 2002/01/16 21:22:34 naddy Exp $
|
|
--- lib/silcmath/mpi/configure.orig Mon Jan 14 22:11:09 2002
|
|
+++ lib/silcmath/mpi/configure Mon Jan 14 22:13:05 2002
|
|
@@ -977,7 +977,7 @@ PATH_SEPARATOR="$ac_path_separator"
|
|
rm -f conftest.sh
|
|
|
|
# Compiler settings
|
|
-CFLAGS="-g -O -I. -DMP_API_COMPATIBLE $CFLAGS"
|
|
+CFLAGS="-I. -DMP_API_COMPATIBLE $CFLAGS"
|
|
if test "$GCC"; then
|
|
CFLAGS="$CFLAGS -Wall"
|
|
fi
|
|
@@ -1890,7 +1890,7 @@ if test x$want_asm = xtrue; then
|
|
echo "Using assembler optimization"
|
|
fi
|
|
|
|
-CFLAGS="$CFLAGS -O -D_REENTRANT"
|
|
+CFLAGS="$CFLAGS -D_REENTRANT"
|
|
#
|
|
# Put here any platform specific stuff
|
|
#
|