diff options
author | fredb <fredb@pkgsrc.org> | 2000-09-13 13:51:29 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-09-13 13:51:29 +0000 |
commit | 52dd4865e0917290aaebf225daf1d85831468d18 (patch) | |
tree | da5b0d3b9be29550a3794f62fa03974f6f6295e8 /cross/i386-linux/Makefile | |
parent | 3689f21978c13131c0c91a6a585990e71beb4b3a (diff) | |
download | pkgsrc-52dd4865e0917290aaebf225daf1d85831468d18.tar.gz |
Don't try to run check-shlibs over linux binaries.
Diffstat (limited to 'cross/i386-linux/Makefile')
-rw-r--r-- | cross/i386-linux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile index aa15cc1a5b7..8f8728342bf 100644 --- a/cross/i386-linux/Makefile +++ b/cross/i386-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/03/28 17:16:45 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2000/09/13 13:51:29 fredb Exp $ # DISTVERSION= 2.0.7.1 @@ -11,6 +11,7 @@ MAINTAINER= packages@netbsd.org BUILD_DEPENDS+= rpm2cpio:../../misc/rpm BUILD_DEPENDS+= autoheader:../../devel/autoconf +CHECK_SHLIBS= no WRKSRC= ${WRKDIR} USE_CROSS_BINUTILS= yes |