openslp/openslp-1.2.0-optflags.patch
cvsextras e872b1e26e auto-import changelog data from openslp-1.2.0-0.fdr.4.1.src.rpm
1.2.0-0.fdr.4
- BR: flex
1.2.0-0.fdr.3
- BR: bison
1.2.0-0.fdr.2
- fix/add condrestart to init script
1.2.0-0.fdr.1
- 1.2.0
- use -pie
- don't use Requires(post,postun)
1.0.11-0.fdr.7
- fix for Fedora Core
- fix description (main package does *not* include daemon and header
    files).
2004-11-08 04:56:22 +00:00

12 lines
370 B
Diff

--- openslp-1.2.0/configure.in.optflags 2004-07-15 09:03:43.000000000 -0500
+++ openslp-1.2.0/configure.in 2004-02-04 14:07:33.000000000 -0600
@@ -126,7 +126,7 @@
CFLAGS="$CFLAGS -Werror"
fi
if test X"$debug" = X"no"; then
- OPTFLAGS="-O3"
+ OPTFLAGS="-O3 $RPM_OPT_FLAGS "
fi
elif $CC -V 2>&1 | grep "WorkShop Compilers"; then