public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/exfat-utils/files: exfat-utils-0.9.8-build-vars.patch
@ 2013-01-09 23:02 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2013-01-09 23:02 UTC (permalink / raw
  To: gentoo-commits

vapier      13/01/09 23:02:36

  Added:                exfat-utils-0.9.8-build-vars.patch
  Log:
  Fix cross-compiling -- patch already in upstream.
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.1                  sys-fs/exfat-utils/files/exfat-utils-0.9.8-build-vars.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/exfat-utils/files/exfat-utils-0.9.8-build-vars.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/exfat-utils/files/exfat-utils-0.9.8-build-vars.patch?rev=1.1&content-type=text/plain

Index: exfat-utils-0.9.8-build-vars.patch
===================================================================
make sure we pass down important env vars

https://groups.google.com/d/topic/exfat/BfRq9XU2kQM/discussion

--- a/SConstruct
+++ b/SConstruct
@@ -29,6 +29,10 @@ destdir = env.get('DESTDIR', '/sbin');
 targets = []
 libs = ['exfat']
 
+if 'AR' in os.environ:
+	conf.env.Replace(AR = os.environ['AR'])
+if 'RANLIB' in os.environ:
+	conf.env.Replace(RANLIB = os.environ['RANLIB'])
 if 'CC' in os.environ:
 	conf.env.Replace(CC = os.environ['CC'])
 if 'CCFLAGS' in os.environ:
@@ -74,6 +74,9 @@ if platform.system() == 'FreeBSD':
 	conf.env.Append(LIBPATH = ['/usr/local/lib'])
 
 env = conf.Finish()
+for var in ('SYSROOT',):
+	if var in os.environ:
+		env['ENV'][var] = os.environ[var]
 
 def make_symlink(dir, target, link_name):
 	workdir = os.getcwd()





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/exfat-utils/files: exfat-utils-0.9.8-build-vars.patch
@ 2013-02-16  5:55 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-02-16  5:55 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/02/16 05:55:07

  Removed:              exfat-utils-0.9.8-build-vars.patch
  Log:
  old
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-16  5:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09 23:02 [gentoo-commits] gentoo-x86 commit in sys-fs/exfat-utils/files: exfat-utils-0.9.8-build-vars.patch Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-16  5:55 Samuli Suominen (ssuominen)

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