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.
35 lines
823 B
Plaintext
35 lines
823 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2002/01/16 21:22:34 naddy Exp $
|
|
--- configure.orig Mon Jan 14 21:48:08 2002
|
|
+++ configure Mon Jan 14 21:49:11 2002
|
|
@@ -2661,12 +2661,6 @@ else
|
|
SILC_DIST_WIN32DLL_FALSE=
|
|
fi
|
|
|
|
-# XXX
|
|
-# Compiler flags
|
|
-if test "$GCC"; then
|
|
- CFLAGS="-Wall -finline-functions $CFLAGS"
|
|
-fi
|
|
-
|
|
# Program checking
|
|
# Find a good install program. We prefer a C program (faster),
|
|
# so one script is as good as another. But avoid the broken or
|
|
@@ -12327,16 +12321,14 @@ echo "${ECHO_T}yes" >&6
|
|
#define SILC_DEBUG 1
|
|
EOF
|
|
|
|
- CFLAGS="-O -g $CFLAGS"
|
|
+ CFLAGS="-g $CFLAGS"
|
|
;;
|
|
*)
|
|
echo "$as_me:12333: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
- CFLAGS="-O2 -g $CFLAGS"
|
|
;;
|
|
esac
|
|
else
|
|
- CFLAGS="-O2 -g $CFLAGS"
|
|
echo "$as_me:12340: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi;
|