summaryrefslogtreecommitdiff
path: root/lang/gcc48-libs
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-06-22 15:38:08 +0000
committerjperkin <jperkin@pkgsrc.org>2015-06-22 15:38:08 +0000
commit76e74bfb6973d886d90552062b96d0ba9cca2c2d (patch)
tree10e48b7e807a6f9f68d0aa04be71807908b0f548 /lang/gcc48-libs
parent1a24ce0f7f49b4f16726b97fb75c53f603005b12 (diff)
downloadpkgsrc-76e74bfb6973d886d90552062b96d0ba9cca2c2d.tar.gz
Disable CHECK_SHLIBS for the GCC library packages. The libraries will
find their parent GCC package libraries first in RPATH at install time but will correctly resolve to their own copies at runtime thanks to the additional paths encoded at build time. Fixes CHECK_WRKREF builds.
Diffstat (limited to 'lang/gcc48-libs')
-rw-r--r--lang/gcc48-libs/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/gcc48-libs/Makefile b/lang/gcc48-libs/Makefile
index 3ca9ba9eca8..9d2b087da55 100644
--- a/lang/gcc48-libs/Makefile
+++ b/lang/gcc48-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2015/03/12 15:01:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.20 2015/06/22 15:38:08 jperkin Exp $
GCC_PKGNAME= gcc48
.include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -18,9 +18,10 @@ HOMEPAGE= http://gcc.gnu.org/
COMMENT= The GNU Compiler Collection (GCC) support shared libraries.
LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
-USE_TOOLS+= pax
+USE_TOOLS+= pax
-NO_BUILD= yes
+NO_BUILD= yes
+CHECK_SHLIBS= no
## Depend on exactly ${GCC48_DIST_VERSION}.
BUILD_DEPENDS+= ${GCC_PKGNAME}-${GCC48_DIST_VERSION}{,nb[0-9]*}:../../lang/gcc48