summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2009-08-08 12:11:09 +0000
committerfgsch <fgsch@openbsd.org>2009-08-08 12:11:09 +0000
commitc259ce7212e01f84789b76b0c5e06d87e4a471c3 (patch)
treede192ee29960164b4d724f9d9fda938e955fdaa7
parentremove expired certificates and add startcom ltd. (diff)
downloadwireguard-openbsd-c259ce7212e01f84789b76b0c5e06d87e4a471c3.tar.xz
wireguard-openbsd-c259ce7212e01f84789b76b0c5e06d87e4a471c3.zip
allow to compile lynx with debug symbols.
deraadt@ ok
-rw-r--r--gnu/usr.bin/lynx/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/lynx/configure b/gnu/usr.bin/lynx/configure
index 09eca522534..e1c8cbeb64d 100644
--- a/gnu/usr.bin/lynx/configure
+++ b/gnu/usr.bin/lynx/configure
@@ -2762,7 +2762,7 @@ else
test -z "$ORIGINAL_CFLAGS" && CFLAGS=`echo ${CFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'`
;;
*)
- test -z "$ORIGINAL_CFLAGS" && CFLAGS=`echo ${CFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'`
+ #test -z "$ORIGINAL_CFLAGS" && CFLAGS=`echo ${CFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'`
;;
esac
fi