Commit 75767979 authored by Mihai Moldovan's avatar Mihai Moldovan

nx-libs.spec: make sure pass additional configure flags through, not discard them.

Fixes RPM builds building libNX_X11 with poll() support, even though we explicitly disable it using --disable-poll in the main Makefile. Fixes: ArcticaProject/nx-libs#540
parent ef28eb47
......@@ -402,7 +402,8 @@ sed -i -e 's/Wpedantic/pedantic/g' nx-X11/config/cf/{{host,xorgsite}.def,xorg.cf
%build
cat >"my_configure" <<'EOF'
%configure \
--disable-silent-rules
--disable-silent-rules \
"${@}"
EOF
chmod a+x my_configure;
# The RPM macro for the linker flags does not exist on EPEL
......
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