[Git][NTPsec/ntpsec][master] buildprep: update for debian. No sodium on wheezy...
Gary E. Miller
gitlab at mg.gitlab.com
Sat Jan 21 02:52:08 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
cc26b723 by Gary E. Miller at 2017-01-20T18:51:38-08:00
buildprep: update for debian. No sodium on wheezy...
- - - - -
1 changed file:
- buildprep
Changes:
=====================================
buildprep
=====================================
--- a/buildprep
+++ b/buildprep
@@ -49,16 +49,20 @@ echo "# Your package installer is ${installer}."
# these package name lists have been *removed* from INSTALL.
case $installer in
apt)
- $do apt-get install bison libcap-dev libcap2 liberation libseccomp-dev
- $do apt-get install libssl-dev libssl1.0.0 ppstools python-dev
+ $do apt-get install bison libcap-dev libcap2 ibseccomp-dev
+ $do apt-get install libssl-dev libssl1.0.0 python-dev
distro=`lsb_release -i -s`
if [ "$distro" = "Ubuntu" ]
then
echo "# Looks like an Ubuntu system"
$do apt-get install gnuplot5
+ $do apt-get install ppstools
+ $do apt-get install liberation
else
echo "# Looks like a generic Debian system"
$do apt-get install gnuplot
+ $do apt-get install pps-tools
+ $do apt-get install fonts-liberation
fi
;;
yum)
@@ -81,6 +85,7 @@ echo "# Watch these installations closely; if you get a failure message,"
echo "# see INSTALL for instructions."
case $installer in
apt)
+ # no libsodium on wheezy
$do apt-get install libsodium-dev
;;
yum)
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/cc26b723f681922c41366f6645dd8c96125cbb25
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170121/82d2036e/attachment.html>
More information about the vc
mailing list