Skip to content

Commit

Permalink
Added libatomic dependency on RedHat
Browse files Browse the repository at this point in the history
  • Loading branch information
lelegard committed Jun 23, 2022
1 parent 4939021 commit 9f6be61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install-prerequisites.sh
Expand Up @@ -216,7 +216,7 @@ elif [[ -f /etc/redhat-release ]]; then

EL=$(grep " release " /etc/redhat-release 2>/dev/null | sed -e 's/$/.99/' -e 's/^.* release \([0-9]*\.[0-9]*\).*$/\1/')
EL=$(( ${EL/.*/} * 100 + ${EL/*./} ))
pkglist="gcc-c++ dos2unix curl tar zip doxygen graphviz kernel-headers libedit-devel pcsc-lite pcsc-lite-devel libcurl libcurl-devel rpmdevtools python3 java-latest-openjdk-devel"
pkglist="gcc-c++ dos2unix curl tar zip doxygen graphviz kernel-headers libedit-devel pcsc-lite pcsc-lite-devel libcurl libcurl-devel libatomic rpmdevtools python3 java-latest-openjdk-devel"
if $STATIC; then
pkglist="$pkglist glibc-static libstdc++-static"
fi
Expand Down
2 changes: 1 addition & 1 deletion src/libtsduck/tsVersion.h
Expand Up @@ -44,4 +44,4 @@
//!
//! TSDuck commit number (automatically updated by Git hooks).
//!
#define TS_COMMIT 2760
#define TS_COMMIT 2761

0 comments on commit 9f6be61

Please sign in to comment.