public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/tor/files: tor-0.2.2.24_alpha-respect-CFLAGS.patch
@ 2011-04-18 11:27 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2011-04-18 11:27 UTC (permalink / raw
  To: gentoo-commits

blueness    11/04/18 11:27:58

  Added:                tor-0.2.2.24_alpha-respect-CFLAGS.patch
  Log:
  Version bump
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-misc/tor/files/tor-0.2.2.24_alpha-respect-CFLAGS.patch

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

Index: tor-0.2.2.24_alpha-respect-CFLAGS.patch
===================================================================
diff -Naur tor-0.2.2.24-alpha.orig/configure.in tor-0.2.2.24-alpha/configure.in
--- tor-0.2.2.24-alpha.orig/configure.in	2011-04-08 16:32:17.000000000 -0400
+++ tor-0.2.2.24-alpha/configure.in	2011-04-18 07:10:57.000000000 -0400
@@ -9,6 +9,11 @@
 
 AC_CANONICAL_HOST
 
+GENTOO_CFLAGS="$CFLAGS"
+GENTOO_LDFLAGS="$LDFLAGS"
+CFLAGS=
+LDFLAGS=
+
 if test -f /etc/redhat-release ; then
   if test -f /usr/kerberos/include ; then
     CPPFLAGS="$CPPFLAGS -I/usr/kerberos/include"
@@ -971,6 +976,8 @@
 
 
 CPPFLAGS="$CPPFLAGS $TOR_CPPFLAGS_libevent $TOR_CPPFLAGS_openssl $TOR_CPPFLAGS_zlib"
+CFLAGS="$CFLAGS $GENTOO_CFLAGS"
+LDFLAGS="$LDFLAGS $GENTOO_LDFLAGS"
 
 AC_CONFIG_FILES([Makefile tor.spec Doxyfile contrib/tor.sh contrib/torctl contrib/torify contrib/tor.logrotate contrib/Makefile src/config/torrc.sample src/Makefile doc/Makefile src/config/Makefile src/common/Makefile src/or/Makefile src/test/Makefile src/win32/Makefile src/tools/Makefile contrib/suse/Makefile contrib/suse/tor.sh])
 AC_OUTPUT






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

only message in thread, other threads:[~2011-04-18 11:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-18 11:27 [gentoo-commits] gentoo-x86 commit in net-misc/tor/files: tor-0.2.2.24_alpha-respect-CFLAGS.patch Anthony G. Basile (blueness)

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