[nx] Build nxagent with $RPM_LD_FLAGS.

Ville Skyttä scop at fedoraproject.org
Tue Apr 24 16:25:17 UTC 2012


commit 2365916071e96e90f9af04978d465a7b58b66d9e
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Apr 24 19:25:10 2012 +0300

    Build nxagent with $RPM_LD_FLAGS.

 nx.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nx.spec b/nx.spec
index d478347..1c754b5 100644
--- a/nx.spec
+++ b/nx.spec
@@ -5,7 +5,7 @@
 Summary: Proxy system for X11
 Name: nx
 Version: 3.5.0
-Release: 9%{?dist}
+Release: 10%{?dist}
 # MIT on the X11 bits
 License: GPLv2 and MIT
 Group: Applications/Internet
@@ -79,7 +79,7 @@ for i in nxcomp nxcompshad nxproxy; do
   pushd $i; ./configure; make %{?_smp_mflags} CCFLAGS="$CFLAGS"; popd
 done
 # build X11 Support Libraries and Agents
-SHLIBGLOBALSFLAGS="$LDFLAGS" make %{?_smp_mflags} -C nx-X11 World
+SHLIBGLOBALSFLAGS="$LDFLAGS" LOCAL_LDFLAGS="$LDFLAGS" make %{?_smp_mflags} -C nx-X11 World
 %if 0
 # build Extended Compression Library
 pushd nxcompext
@@ -151,6 +151,9 @@ rm -rf %{buildroot}
 %{_pkglibexecdir}
 
 %changelog
+* Tue Apr 24 2012 Ville Skyttä <ville.skytta at iki.fi> - 3.5.0-10
+- Build nxagent with $RPM_LD_FLAGS.
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.5.0-9
 - Rebuilt for c++ ABI breakage
 


More information about the scm-commits mailing list