SHA256
1
0
forked from pool/Modules

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
This commit is contained in:
Klaus Kämpf 2013-08-02 06:28:05 +00:00 committed by Git OBS Bridge
parent cbf8d8232f
commit eb0440988c
2 changed files with 8 additions and 1 deletions

View File

@ -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 Mon Feb 4 09:06:23 UTC 2013 - coolo@suse.com

View File

@ -65,7 +65,8 @@ Authors:
%build %build
aclocal --force -I config aclocal --force -I config
autoreconf --force --install 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 \ --prefix=/usr \
--with-version-path=/usr/share/modules \ --with-version-path=/usr/share/modules \
--with-module-path=/usr/share/modules/modulefiles \ --with-module-path=/usr/share/modules/modulefiles \