Commit e1cee1fc authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼 Committed by Julien Muchembled

component/python3: do not build nis module

Nis module is linking against system library libnsl which is not slapos compatible.

Also note that we use printf instead of echo here because echo behaviour with \n is different with bash or dash.
parent 9edb0f11
......@@ -42,6 +42,7 @@ configure-options =
--with-openssl=${openssl:location}
# Profiled build:
--enable-optimizations
pre-build = printf '*disabled*\nnis\n' >> Modules/Setup.local
pre-install = mkdir profile-opt
# the entry "-Wl,-rpath=${file:location}/lib" below is needed by python-magic,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment