Skip to content

Commit b69f032

Browse files
committed
tools: add libnl to rpm-setup.
Add libnl-devel on RHEL. Change-Id: I82a147ee6c67292d8e2571f91545ae5af5a5e8ff Reviewed-on: https://code.wireshark.org/review/34191 Reviewed-by: Alexis La Goutte <[email protected]> Reviewed-by: Dario Lombardo <[email protected]>
1 parent e0857e1 commit b69f032

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tools/rpm-setup.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ BASIC_LIST="cmake \
5050
libpcap-devel \
5151
zlib-devel"
5252

53-
ADDITIONAL_LIST="libnl3-devel \
54-
libcap-devel \
53+
ADDITIONAL_LIST="libcap-devel \
5554
libgcrypt-devel \
5655
libssh-devel \
5756
krb5-devel \
@@ -219,6 +218,9 @@ echo "git-review is unavailabe" >&2
219218
add_package ADDITIONAL_LIST speexdsp-devel || add_package ADDITIONAL_LIST speex-devel ||
220219
echo "speex is unavailable" >&2
221220

221+
add_package ADDITIONAL_LIST libnl3-devel || add_package ADDITIONAL_LIST libnl-devel ||
222+
echo "libnl3/libnl are unavailable" >&2
223+
222224
ACTUAL_LIST=$BASIC_LIST
223225

224226
# Now arrange for optional support libraries

0 commit comments

Comments
 (0)