Add missing parameter

epel9
Fabian Affolter 9 years ago
parent 3abd5e5d0a
commit c914e7a40c
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

@ -47,7 +47,7 @@ sed -i "s|(INSTALL) -s|(INSTALL)|g" lib/Makefile src/Makefile client/Makefile
%build %build
export CFLAGS="%{optflags}" export CFLAGS="%{optflags}"
export LDFLAGS="%{optflags} %{__global_ldflags} -Wl,--as-needed" export LDFLAGS="%{optflags} %{__global_ldflags} -Wl,--as-needed"
make all %{?_smp_mflags} make all %{?_smp_mflags} WITH_WEBSOCKETS=yes
%install %install
%if "%{_lib}" == "lib64" %if "%{_lib}" == "lib64"

Loading…
Cancel
Save