diff options
-rw-r--r-- | sys-cluster/lmod/lmod-8.5.3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-cluster/lmod/lmod-8.5.3.ebuild b/sys-cluster/lmod/lmod-8.5.3.ebuild index b8c9fbcde3bf..8564d3f3dae6 100644 --- a/sys-cluster/lmod/lmod-8.5.3.ebuild +++ b/sys-cluster/lmod/lmod-8.5.3.ebuild @@ -95,6 +95,8 @@ src_configure() { $(use_with cache cachedLoads) $(use_with duplicate-paths duplicatePaths) $(use_with auto-swap autoSwap) + # needed because configure.ac relies on TCL_INCLUDE not being empty + PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 ) econf "${myconf[@]}" } |