[X2Go-Commits] [nx-libs] 02/03: nx-libs.spec: stop needlessly exporting variables that we pass down directly anyway.

git-admin at x2go.org git-admin at x2go.org
Thu Mar 15 12:47:20 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x-rpm-debug
in repository nx-libs.

commit 2e1e9158e3c7e48c78f45674580be6589ebc0487
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Mar 15 12:46:12 2018 +0100

    nx-libs.spec: stop needlessly exporting variables that we pass down directly anyway.
---
 nx-libs.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nx-libs.spec b/nx-libs.spec
index a380b83..3298473 100644
--- a/nx-libs.spec
+++ b/nx-libs.spec
@@ -407,9 +407,9 @@ EOF
 chmod a+x my_configure;
 # The RPM macro for the linker flags does not exist on EPEL
 %{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro}
-export SHLIBGLOBALSFLAGS="%{__global_ldflags}"
-export LOCAL_LDFLAGS="%{__global_ldflags}"
-export CDEBUGFLAGS="%{?__global_cppflags} %{?__global_cflags} %{?optflags}"
+SHLIBGLOBALSFLAGS="%{__global_ldflags}"
+LOCAL_LDFLAGS="%{__global_ldflags}"
+CDEBUGFLAGS="%{?__global_cppflags} %{?__global_cflags} %{?optflags}"
 IMAKE_DEFINES=''
 FORCE_TIRPC='NO'
 %if 0%{?fedora} > 27 || 0%{?suse_version} > 1500

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list