Blob Blame History Raw
Patch by Panu Matilainen <pmatilai@redhat.com> and Robert Scheck <robert@fedoraproject.org>
for beecrypt >= 4.1.2, which removes the usage of -g and -fomit-frame-pointer. Because both
makes the resulting debuginfo package pretty much useless.

--- beecrypt-4.1.2/acinclude.m4				2004-12-19 21:16:35.000000000 +0100
+++ beecrypt-4.1.2/acinclude.m4.withdebug		2008-05-19 23:50:43.000000000 +0200
@@ -459,8 +459,7 @@
     CFLAGS="$CFLAGS -Wall -pedantic"
   else
     # Generic optimizations, including cpu tuning
-    BEECRYPT_CFLAGS_REM([-g])
-    CFLAGS="$CFLAGS -DNDEBUG -fomit-frame-pointer"
+    CFLAGS="$CFLAGS -DNDEBUG"
     if test "$bc_cv_c_aggressive_opt" = yes; then
       case $bc_target_cpu in
       athlon64)