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 e1e4d237cb91acdd59e0225b961edd40c764932c Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Mar 9 10:29:19 2018 +0100 Revert "Export UseTIRPC in env instead." This reverts commit cea14ba154b069061756fd622efca6c1739e891a. --- nx-libs.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nx-libs.spec b/nx-libs.spec index d036199..9b739a9 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}" -UseTIRPC="NO" +FORCE_TIRPC="NO" %if 0%{?fedora} > 27 || 0%{?suse_version} > 1500 -UseTIRPC="YES" +FORCE_TIRPC="YES" %endif -export UseTIRPC -make %{?_smp_mflags} CONFIGURE="$PWD/my_configure" PREFIX=%{_prefix} LIBDIR=%{_libdir} CDEBUGFLAGS="${CDEBUGFLAGS}" LOCAL_LDFLAGS="${LOCAL_LDFLAGS}" SHLIBGLOBALSFLAGS="${SHLIBGLOBALSFLAGS}" UseTIRPC="${UseTIRPC}" +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}" %install make install \ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git