[Git][NTPsec/ntpsec][master] Add sodium installation to buildprep where needed.

Eric S. Raymond gitlab at mg.gitlab.com
Sat Apr 15 10:14:51 UTC 2017


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
2fb1b6c8 by Eric S. Raymond at 2017-04-15T06:14:41-04:00
Add sodium installation to buildprep where needed.

- - - - -


1 changed file:

- buildprep


Changes:

=====================================
buildprep
=====================================
--- a/buildprep
+++ b/buildprep
@@ -118,17 +118,17 @@ daemon () {
     # Prerequisites to build the daemon: bison, pps-tools, service libraries
     case $installer in
 	apt)
-	    $install bison libssl-dev			# build
+	    $install bison libssl-dev libsodium-dev	# build
 	    $install libcap-dev libseccomp-dev		# build
 	    $install libavahi-compat-libdnssd-dev	# optional build
 	    $install libssl1.0.0 libcap2 pps-tools
 	    ;;
 	emerge)
-	    $install sys-libs/libcap sys-libs/libseccomp
+	    $install sys-libs/libcap sys-libs/libseccomp dev-libs/libsodium
 	    $install sys-devel/bison net-misc/pps-tools
 	    ;;
 	yum|dnf)
-	    $install bison openssl-devel 		# build
+	    $install bison openssl-devel sodium-devel	# build
 	    $install libcap-devel libseccomp-devel	# build
 	    $install pps-tools-devel			# build
 	    $install avahi-compat-libdns_sd-devel	# optional build
@@ -136,7 +136,7 @@ daemon () {
 	    ;;
 	yast)
 	    echo "# SLES versions 12 and earlier do not have pps-tools"
-	    $install basis-devel 			# build
+	    $install basis-devel			# build
 	    $install libcap-devel libseccomp-devel 	# build
 	    $install openssl-devel			# build
 	    $install libcap2 openssl-libs



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/2fb1b6c8a176f5c3f096ff73496dfa49e0faecb6

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/2fb1b6c8a176f5c3f096ff73496dfa49e0faecb6
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170415/a6ff66be/attachment.html>


More information about the vc mailing list