From 96984659a921be0d38c0212b02eabaa84808206a Mon Sep 17 00:00:00 2001
From: Aurelien Larcher <aurelien.larcher@gmail.com>
Date: Thu, 24 May 2018 18:28:04 +0200
Subject: [PATCH] Use GCC_RUNTIME_PKG in REQUIRED_PACKAGES

---
 components/sysutils/smartmontools/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/components/sysutils/smartmontools/Makefile b/components/sysutils/smartmontools/Makefile
index b2e28d1..29062de 100644
--- a/components/sysutils/smartmontools/Makefile
+++ b/components/sysutils/smartmontools/Makefile
@@ -60,4 +60,4 @@
 REQUIRED_PACKAGES += SUNWcs
 REQUIRED_PACKAGES += system/library
 REQUIRED_PACKAGES += system/library/g++-6-runtime
-REQUIRED_PACKAGES += system/library/gcc-6-runtime
+REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)

--
Gitblit v1.9.3