Skip to content

Commit

Permalink
Update Linux Packages to Depend on libnuma (#3670)
Browse files Browse the repository at this point in the history
* Update Linux Packages to Depend on libnuma

* Update Linux Packages to Depend on libnuma
  • Loading branch information
nibanks authored Jun 2, 2023
1 parent 706f378 commit 626aacf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/make-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ if [ "$OS" == "linux" ]; then
--name ${NAME} \
--provides ${NAME} \
--depends "libcrypto.so.${TLSVERSION}()(${BITS})" \
--depends "libnuma.so.1()(${BITS})" \
--conflicts ${CONFLICTS} \
--version ${VER_MAJOR}.${VER_MINOR}.${VER_PATCH} \
--description "${DESCRIPTION}" \
Expand Down Expand Up @@ -182,6 +183,7 @@ if [ "$OS" == "linux" ]; then
--provides ${NAME} \
--conflicts ${CONFLICTS} \
--depends "libssl${TLSVERSION}" \
--depends "libnuma1" \
--version ${VER_MAJOR}.${VER_MINOR}.${VER_PATCH} \
--description "${DESCRIPTION}" \
--vendor "${VENDOR}" \
Expand Down

0 comments on commit 626aacf

Please sign in to comment.