openslp/openslp-1.2.0-optflags.patch

12 lines
370 B
Diff
Raw Normal View History

--- 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