24683708 unrar fails to package with studio 12.5
authorMike Sullivan <Mike.Sullivan@Oracle.COM>
Fri, 21 Oct 2016 18:22:42 -0700
changeset 7146 894fd460ae8f
parent 7145 95da2997413d
child 7147 04500b676707
24683708 unrar fails to package with studio 12.5 24681933 gperf fails to package with studio 12.5 24683702 swig fails to package with studio 12.5
components/gperf/Makefile
components/swig/Makefile
components/unrar/Makefile
--- a/components/gperf/Makefile	Fri Oct 21 12:21:11 2016 -0700
+++ b/components/gperf/Makefile	Fri Oct 21 18:22:42 2016 -0700
@@ -71,4 +71,6 @@
 	'-e "/^XXX_REMOVE_XXX$$/d" '
 
 REQUIRED_PACKAGES += system/library/c++-runtime
+REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
+REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime 
 REQUIRED_PACKAGES += system/library/math
--- a/components/swig/Makefile	Fri Oct 21 12:21:11 2016 -0700
+++ b/components/swig/Makefile	Fri Oct 21 18:22:42 2016 -0700
@@ -69,4 +69,6 @@
 REQUIRED_PACKAGES += library/pcre
 REQUIRED_PACKAGES += library/zlib
 REQUIRED_PACKAGES += system/library/c++-runtime
+REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
+REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime 
 REQUIRED_PACKAGES += system/library/math
--- a/components/unrar/Makefile	Fri Oct 21 12:21:11 2016 -0700
+++ b/components/unrar/Makefile	Fri Oct 21 18:22:42 2016 -0700
@@ -66,4 +66,6 @@
 COMPONENT_BUILD_ARGS += LDFLAGS="$(LDFLAGS)"
 
 REQUIRED_PACKAGES += system/library/c++-runtime
+REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
+REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
 REQUIRED_PACKAGES += system/library/math