summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-05-10 17:07:09 +0200
committerThomas Haller <thaller@redhat.com>2017-05-10 17:07:25 +0200
commitfe648f6cded39f142a94f58f9eef9531228ce832 (patch)
treeddcc99a1b5242a15f84ba7cbcc94313c0e983d2e
parent1975d6fa7581db71f66e44be69eca1ad21e322ae (diff)
downloadNetworkManager-fe648f6cded39f142a94f58f9eef9531228ce832.tar.gz
contrib/rpm: fix specifying build with/without libpsl
Fixes: faad17f9e8e804e89ffd5a779ed22871a77755e0
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec
index 14fedd2449..e86088bf2b 100644
--- a/contrib/fedora/rpm/NetworkManager.spec
+++ b/contrib/fedora/rpm/NetworkManager.spec
@@ -405,9 +405,9 @@ intltoolize --automake --copy --force
--enable-modify-system=yes \
--enable-concheck \
%if 0%{?fedora}
- --enable-libpsl \
+ --with-libpsl \
%else
- --disable-libpsl \
+ --without-libpsl \
%endif
--with-session-tracking=systemd \
--with-suspend-resume=systemd \