[X2Go-Commits] [nx-libs] 02/02: Export UseTIRPC in env instead.

git-admin at x2go.org git-admin at x2go.org
Fri Mar 9 10:21:19 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 cea14ba154b069061756fd622efca6c1739e891a
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Mar 9 10:21:01 2018 +0100

    Export UseTIRPC in env instead.
---
 nx-libs.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/nx-libs.spec b/nx-libs.spec
index 9b739a9..d036199 100644
--- a/nx-libs.spec
+++ b/nx-libs.spec
@@ -412,12 +412,12 @@ chmod a+x my_configure;
 export SHLIBGLOBALSFLAGS="%{__global_ldflags}"
 export LOCAL_LDFLAGS="%{__global_ldflags}"
 export CDEBUGFLAGS="%{?__global_cppflags} %{?__global_cflags} %{?optflags}"
-FORCE_TIRPC="NO"
+UseTIRPC="NO"
 %if 0%{?fedora} > 27 || 0%{?suse_version} > 1500
-FORCE_TIRPC="YES"
+UseTIRPC="YES"
 %endif
-export FORCE_TIRPC
-make %{?_smp_mflags} CONFIGURE="$PWD/my_configure" PREFIX=%{_prefix} LIBDIR=%{_libdir} CDEBUGFLAGS="${CDEBUGFLAGS}" LOCAL_LDFLAGS="${LOCAL_LDFLAGS}" SHLIBGLOBALSFLAGS="${SHLIBGLOBALSFLAGS}" UseTIRPC="${FORCE_TIRPC}"
+export UseTIRPC
+make %{?_smp_mflags} CONFIGURE="$PWD/my_configure" PREFIX=%{_prefix} LIBDIR=%{_libdir} CDEBUGFLAGS="${CDEBUGFLAGS}" LOCAL_LDFLAGS="${LOCAL_LDFLAGS}" SHLIBGLOBALSFLAGS="${SHLIBGLOBALSFLAGS}" UseTIRPC="${UseTIRPC}"
 
 %install
 make install \

--
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