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

Eric S. Raymond gitlab at mg.gitlab.com
Sat Apr 15 16:02:53 UTC 2017


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


Commits:
c6fba19a by Eric S. Raymond at 2017-04-15T12:02:45-04:00
Revert "Add sodium installation to buildprep where needed."

Somehow I managed to forget that we made OpenSSL mandatory.

- - - - -


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 libsodium-dev	# build
+	    $install bison libssl-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 dev-libs/libsodium
+	    $install sys-libs/libcap sys-libs/libseccomp
 	    $install sys-devel/bison net-misc/pps-tools
 	    ;;
 	yum|dnf)
-	    $install bison openssl-devel sodium-devel	# build
+	    $install bison openssl-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/c6fba19a3e70ac3d255b4495ca75ad697558a8f8

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/c6fba19a3e70ac3d255b4495ca75ad697558a8f8
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/01a39bf8/attachment.html>


More information about the vc mailing list