This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x-rpm-debug in repository nx-libs. from fc396a7 nx-X11/Makefile: pass down UseTIRPC via IMAKE_DEFINES in a pretty ugly way. new 342c603 Revert "nx-X11/Makefile: pass down UseTIRPC via IMAKE_DEFINES in a pretty ugly way." new c6929be Pass down variables via IMAKE_DEFINES. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: nx-X11/Makefile | 1 - nx-libs.spec | 10 ++++++---- 2 files changed, 6 insertions(+), 5 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
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 c6929be6258dd0713ce09105ce92b8c02600ec34 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Mar 9 11:26:38 2018 +0100 Pass down variables via IMAKE_DEFINES. --- nx-libs.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/nx-libs.spec b/nx-libs.spec index 9b739a9..4569153 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -412,12 +412,14 @@ chmod a+x my_configure; export SHLIBGLOBALSFLAGS="%{__global_ldflags}" export LOCAL_LDFLAGS="%{__global_ldflags}" export CDEBUGFLAGS="%{?__global_cppflags} %{?__global_cflags} %{?optflags}" -FORCE_TIRPC="NO" +IMAKE_DEFINES='' +FORCE_TIRPC='NO' %if 0%{?fedora} > 27 || 0%{?suse_version} > 1500 -FORCE_TIRPC="YES" +FORCE_TIRPC='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}" +IMAKE_DEFINES="-DUseTIRPC=${FORCE_TIRPC}" +export IMAKE_DEFINES +make %{?_smp_mflags} CONFIGURE="$PWD/my_configure" PREFIX=%{_prefix} LIBDIR=%{_libdir} CDEBUGFLAGS="${CDEBUGFLAGS}" LOCAL_LDFLAGS="${LOCAL_LDFLAGS}" SHLIBGLOBALSFLAGS="${SHLIBGLOBALSFLAGS}" IMAKE_DEFINES="${IMAKE_DEFINES}" %install make install \ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
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 342c6035ba2a8b12d4981dc88a005295354fc358 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Mar 9 11:16:50 2018 +0100 Revert "nx-X11/Makefile: pass down UseTIRPC via IMAKE_DEFINES in a pretty ugly way." This reverts commit fc396a780e3dfacc54ace1f181f5fb0afdf7b522. --- nx-X11/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/nx-X11/Makefile b/nx-X11/Makefile index 1b61586..c9f79c6 100644 --- a/nx-X11/Makefile +++ b/nx-X11/Makefile @@ -19,7 +19,6 @@ CURRENT_DIR = . CONFIGSRC = $(TOP)/config IRULESRC = $(CONFIGSRC)/cf IMAKE = imake -IMAKE_DEFINES = -DUseTIRPC=$(UseTIRPC) IMAKE_CMD = $(IMAKE) -I$(IRULESRC) $(IMAKE_DEFINES) MAKE_OPTS = -f xmakefile MAKE_CMD = $(MAKE) $(MAKE_OPTS) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git