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/print/qpdf/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/components/print/qpdf/Makefile b/components/print/qpdf/Makefile
index 40e06ae..b9e80b3 100644
--- a/components/print/qpdf/Makefile
+++ b/components/print/qpdf/Makefile
@@ -61,5 +61,5 @@
 REQUIRED_PACKAGES += library/zlib
 REQUIRED_PACKAGES += system/library
 REQUIRED_PACKAGES += system/library/g++-6-runtime
-REQUIRED_PACKAGES += system/library/gcc-6-runtime
+REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
 REQUIRED_PACKAGES += system/library/math

--
Gitblit v1.9.3