Files
gentoo/net-libs/libnet/files/libnet-1.0.2a-funroll.patch
Jeroen Roovers a0d152a7a6 net-libs/libnet: Fix libnet-1.0-config --defines.
Package-Manager: Portage-2.3.16, Repoman-2.3.6
2017-12-02 12:59:59 +01:00

13 lines
232 B
Diff

--- a/configure.in.JeR
+++ b/configure.in
@@ -51,8 +51,7 @@
dnl
if test $ac_cv_prog_gcc = yes; then
dnl if test -z $CFLAGS; then
- CCOPTS='-O2 -funroll-loops -fomit-frame-pointer -Wall'
- CFLAGS="$CCOPTS"
+:
dnl fi
fi