From c914e7a40c293b37dcb1f53234cde7b7e3a3642a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 1 Jul 2016 15:25:22 +0200 Subject: [PATCH] Add missing parameter --- mosquitto.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mosquitto.spec b/mosquitto.spec index db6dfc7..ed96464 100644 --- a/mosquitto.spec +++ b/mosquitto.spec @@ -47,7 +47,7 @@ sed -i "s|(INSTALL) -s|(INSTALL)|g" lib/Makefile src/Makefile client/Makefile %build export CFLAGS="%{optflags}" export LDFLAGS="%{optflags} %{__global_ldflags} -Wl,--as-needed" -make all %{?_smp_mflags} +make all %{?_smp_mflags} WITH_WEBSOCKETS=yes %install %if "%{_lib}" == "lib64"