bircoph 15/03/17 22:07:42 Added: root-5.34.26-ldflags.patch Log: Use simpler ldflags patch Signed-off-by: Andrew Savchenko <birc...@gentoo.org> (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 565953B95372756C)
Revision Changes Path 1.1 sci-physics/root/files/root-5.34.26-ldflags.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/files/root-5.34.26-ldflags.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/files/root-5.34.26-ldflags.patch?rev=1.1&content-type=text/plain Index: root-5.34.26-ldflags.patch =================================================================== commit 3c8bc686abf57e7e2037c4c191cb63a1a5172b5b Author: Andrew Savchenko <birc...@gmail.com> Date: Sun Feb 22 03:45:21 2015 +0300 root-5.32.00-prop-flags.patch -> root-5.34.26-prop-flags.patch diff --git a/config/Makefile.in b/config/Makefile.in index 89674e7..91d25b9 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -29,7 +29,7 @@ EXTRA_CFLAGS := -Iinclude @cflags@ USERCONF_CFLAGS:= @usercflags@ EXTRA_CXXFLAGS := -Iinclude @cflags@ USERCONF_CXXFLAGS:= @usercxxflags@ -EXTRA_LDFLAGS := @ldflags@ +EXTRA_LDFLAGS := @ldflags@ $(LDFLAGS) WERROR := @werror@ WINRTDEBUG := @winrtdebug@