From eb0440988c85320bd3f77d051ee38c5d05476bea254f7f57470aeb79b0dd93b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Fri, 2 Aug 2013 06:28:05 +0000 Subject: [PATCH] Accepting request 185480 from home:rmax:branches:systemsmanagement - Set -DUSE_INTERP_RESULT and -DUSE_INTERP_ERRORLINE" to fix build with Tcl 8.6. OBS-URL: https://build.opensuse.org/request/show/185480 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/Modules?expand=0&rev=17 --- Modules.changes | 6 ++++++ Modules.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Modules.changes b/Modules.changes index 3c5192e..384eb00 100644 --- a/Modules.changes +++ b/Modules.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 1 14:50:06 UTC 2013 - max@suse.com + +- Set -DUSE_INTERP_RESULT and -DUSE_INTERP_ERRORLINE" to fix build + with Tcl 8.6. + ------------------------------------------------------------------- Mon Feb 4 09:06:23 UTC 2013 - coolo@suse.com diff --git a/Modules.spec b/Modules.spec index d2c64bd..186ed2d 100644 --- a/Modules.spec +++ b/Modules.spec @@ -65,7 +65,8 @@ Authors: %build aclocal --force -I config autoreconf --force --install -CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" ./configure \ +CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DUSE_INTERP_RESULT -DUSE_INTERP_ERRORLINE" \ +./configure \ --prefix=/usr \ --with-version-path=/usr/share/modules \ --with-module-path=/usr/share/modules/modulefiles \