diff options
author | 2009-08-08 12:11:09 +0000 | |
---|---|---|
committer | 2009-08-08 12:11:09 +0000 | |
commit | c259ce7212e01f84789b76b0c5e06d87e4a471c3 (patch) | |
tree | de192ee29960164b4d724f9d9fda938e955fdaa7 | |
parent | remove expired certificates and add startcom ltd. (diff) | |
download | wireguard-openbsd-c259ce7212e01f84789b76b0c5e06d87e4a471c3.tar.xz wireguard-openbsd-c259ce7212e01f84789b76b0c5e06d87e4a471c3.zip |
allow to compile lynx with debug symbols.
deraadt@ ok
-rw-r--r-- | gnu/usr.bin/lynx/configure | 2 |
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 |