From c7456c4ad8ecff3386a115c11c48b5421f08855d Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Wed, 9 May 2018 19:42:42 +1000 Subject: Do not install popt-devel Build against in-tree popt as the version of popt on RHEL is older than required. Signed-off-by: Amitay Isaacs --- base/all/root/scripts/tasks/install_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/all/root/scripts/tasks/install_build.sh b/base/all/root/scripts/tasks/install_build.sh index 5ca8252..cc67d58 100755 --- a/base/all/root/scripts/tasks/install_build.sh +++ b/base/all/root/scripts/tasks/install_build.sh @@ -14,7 +14,7 @@ yum -y install pcp-libs pcp-libs-devel || true echo "Installing Samba build dependencies" yum -y install readline-devel libacl-devel e2fsprogs-devel \ libxslt docbook-utils docbook-style-xsl dbus-devel \ - libaio-devel libcap-devel popt-devel quota-devel \ + libaio-devel libcap-devel quota-devel \ perl-Parse-Yapp perl-ExtUtils-MakeMaker exit 0 -- cgit