openbsd-ports/net/silc-client/patches/patch-lib_silcmath_mpi_configure
naddy 36d1e9dfed Import silc-client 0.7.2. Submitted by Vladimir Kotal <vlada@openbsd.cz>.
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.
2002-01-16 21:22:34 +00:00

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
#