public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-ftp/frox/files: 0.7.18-respect-CFLAGS.patch 0.7.18-netfilter-includes.patch
@ 2012-03-03 12:53 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2012-03-03 12:53 UTC (permalink / raw
  To: gentoo-commits

pacho       12/03/03 12:53:16

  Added:                0.7.18-respect-CFLAGS.patch
                        0.7.18-netfilter-includes.patch
  Log:
  Respect CFLAGS, add transparent support and more fixes, bug #406483 by Bertrand Jacquin. Drop old.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-ftp/frox/files/0.7.18-respect-CFLAGS.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/frox/files/0.7.18-respect-CFLAGS.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/frox/files/0.7.18-respect-CFLAGS.patch?rev=1.1&content-type=text/plain

Index: 0.7.18-respect-CFLAGS.patch
===================================================================
--- configure.in	2005-02-04 11:24:55.000000000 +0100
+++ configure.in	2012-03-01 22:56:25.985725178 +0100
@@ -46,11 +46,9 @@
 			;;
 		*)
 			AC_MSG_RESULT(no)
-			CFLAGS="$CFLAGS -O2"
 			;;
 	esac],
-	[AC_MSG_RESULT(no)
-	CFLAGS="$CFLAGS -O2"]
+	[AC_MSG_RESULT(no)]
 )
 
 AC_MSG_CHECKING(whether to compile in profiling info)



1.1                  net-ftp/frox/files/0.7.18-netfilter-includes.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/frox/files/0.7.18-netfilter-includes.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/frox/files/0.7.18-netfilter-includes.patch?rev=1.1&content-type=text/plain

Index: 0.7.18-netfilter-includes.patch
===================================================================
--- configure.in.ori	2012-03-01 22:32:17.044450088 +0100
+++ configure.in	2012-03-01 22:36:40.995882948 +0100
@@ -331,7 +331,12 @@
 AC_HEADER_STDC
 AC_HEADER_SYS_WAIT
 AC_CHECK_HEADERS(fcntl.h strings.h sys/ioctl.h sys/time.h syslog.h unistd.h)
-AC_CHECK_HEADERS(linux/netfilter_ipv4.h, , , [#include <limits.h>])
+AC_CHECK_HEADERS(linux/netfilter_ipv4.h, , ,[
+  #include <limits.h>
+  #include <sys/socket.h>
+  #include <linux/in.h>
+  #include <linux/in6.h>
+])
 
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-03 12:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-03 12:53 [gentoo-commits] gentoo-x86 commit in net-ftp/frox/files: 0.7.18-respect-CFLAGS.patch 0.7.18-netfilter-includes.patch Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox