Fix borken install-dep on RHEL 09/17309/1
authorYichen Wang <yicwang@cisco.com>
Tue, 5 Feb 2019 06:27:20 +0000 (22:27 -0800)
committerYichen Wang <yicwang@cisco.com>
Tue, 5 Feb 2019 06:27:39 +0000 (22:27 -0800)
Change-Id: I247cca88e33f782e1acb72eb2c0e1515faf2f030
Signed-off-by: Yichen Wang <yicwang@cisco.com>
Makefile

index 6f79ce5..86ac60c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -295,6 +295,9 @@ endif
 else ifneq ("$(wildcard /etc/redhat-release)","")
 ifeq ($(OS_ID),rhel)
        @sudo -E yum-config-manager --enable rhel-server-rhscl-7-rpms
+       @sudo -E yum groupinstall $(CONFIRM) $(RPM_DEPENDS_GROUPS)
+       @sudo -E yum install $(CONFIRM) $(RPM_DEPENDS)
+       @sudo -E debuginfo-install $(CONFIRM) glibc openssl-libs mbedtls-devel zlib
 else ifeq ($(OS_ID),centos)
        @sudo -E yum install $(CONFIRM) centos-release-scl-rh
        @sudo -E yum groupinstall $(CONFIRM) $(RPM_DEPENDS_GROUPS)