diff --git a/conky.spec b/conky.spec index bc8b313..3daeb59 100644 --- a/conky.spec +++ b/conky.spec @@ -12,6 +12,7 @@ %bcond_without mpd %bcond_with ncurses %bcond_with nvidia +%bcond_without portmon %bcond_without rss %bcond_without weather %bcond_without weather_xoap @@ -71,7 +72,7 @@ done %cmake \ -DMAINTAINER_MODE=ON \ -DBUILD_BUILTIN_CONFIG=OFF \ - -DBUILD_PORT_MONITORS=OFF \ + -DBUILD_SHARED_LIBS:BOOL=OFF \ %{?with_audacious: -DBUILD_AUDACIOUS=ON} \ %{?with_curl: -DBUILD_CURL=ON} \ %{!?with_ibm: -DBUILD_IBM=OFF} \ @@ -82,6 +83,7 @@ done %{!?with_mpd: -DBUILD_MPD=OFF} \ %{!?with_ncurses: -DBUILD_NCURSES=OFF} \ %{?with_nvidia: -DBUILD_NVIDIA=ON} \ + %{!?with_portmon: -DBUILD_PORT_MONITORS=OFF} \ %{?with_rss: -DBUILD_RSS=ON} \ %{?with_weather: -DBUILD_WEATHER_METAR=ON} \ %{?with_weather_xoap: -DBUILD_WEATHER_XOAP=ON} \