diff options
author | asau <asau@pkgsrc.org> | 2012-08-14 17:07:55 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-08-14 17:07:55 +0000 |
commit | fd5606f6d6ddb83a103dd625b40ecae784adb51e (patch) | |
tree | 5dbcb34f52bc9ee469c1698903957779b4dae76c /cross/i386-linux | |
parent | 1287093e7e877588237ba7c7c8824655c57d6f4e (diff) | |
download | pkgsrc-fd5606f6d6ddb83a103dd625b40ecae784adb51e.tar.gz |
Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none).
Diffstat (limited to 'cross/i386-linux')
-rw-r--r-- | cross/i386-linux/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile index 83f353d9926..71cc3075a96 100644 --- a/cross/i386-linux/Makefile +++ b/cross/i386-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2011/11/15 20:26:04 shattered Exp $ +# $NetBSD: Makefile,v 1.30 2012/08/14 17:07:56 asau Exp $ # DISTVERSION= 2.0.7.1 @@ -14,6 +14,8 @@ NOT_FOR_PLATFORM= *-*-x86_64 BUILD_DEPENDS+= rpm-[0-9]*:../../misc/rpm +PKG_DESTDIR_SUPPORT= none + CHECK_SHLIBS_SUPPORTED= no WRKSRC= ${WRKDIR} |