aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/rpm-setup.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/rpm-setup.sh b/tools/rpm-setup.sh
index 29e2fb0884..6e50427e67 100755
--- a/tools/rpm-setup.sh
+++ b/tools/rpm-setup.sh
@@ -50,8 +50,7 @@ BASIC_LIST="cmake \
libpcap-devel \
zlib-devel"
-ADDITIONAL_LIST="libnl3-devel \
- libcap-devel \
+ADDITIONAL_LIST="libcap-devel \
libgcrypt-devel \
libssh-devel \
krb5-devel \
@@ -219,6 +218,9 @@ echo "git-review is unavailabe" >&2
add_package ADDITIONAL_LIST speexdsp-devel || add_package ADDITIONAL_LIST speex-devel ||
echo "speex is unavailable" >&2
+add_package ADDITIONAL_LIST libnl3-devel || add_package ADDITIONAL_LIST libnl-devel ||
+echo "libnl3/libnl are unavailable" >&2
+
ACTUAL_LIST=$BASIC_LIST
# Now arrange for optional support libraries