diff options
author | manu <manu> | 2015-04-29 07:59:53 +0000 |
---|---|---|
committer | manu <manu> | 2015-04-29 07:59:53 +0000 |
commit | c9d6c9f30bb620e10808f9827777f990633dd3cb (patch) | |
tree | daea18bd6e87601d2c439f5037bbbe9b044ebdde /devel/rt4 | |
parent | ea8114f6427b165a27bbab5e8df2e75e9b400705 (diff) | |
download | pkgsrc-c9d6c9f30bb620e10808f9827777f990633dd3cb.tar.gz |
Remove --with-my-user-group options to fix pkg_comp build
When building in pkg_comp, this option cause the real UID/GID to
be used at install time within the chroot. But the user that exists
in the root filesystem may not exist in the chroot, causing an
installation failure.
Diffstat (limited to 'devel/rt4')
-rw-r--r-- | devel/rt4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/rt4/Makefile b/devel/rt4/Makefile index e160edfe10a..7c7e814e3c3 100644 --- a/devel/rt4/Makefile +++ b/devel/rt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/03/01 21:25:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.17 2015/04/29 07:59:53 manu Exp $ DISTNAME= rt-4.2.10 PKGNAME= ${DISTNAME:S/rt/rt4/} @@ -181,7 +181,6 @@ USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --enable-layout=pkgsrc CONFIGURE_ARGS+= --with-db-type=${RT_DB_TYPE} -CONFIGURE_ARGS+= --with-my-user-group RT_CONFIG_FILES= RT_Config.pm RT_SiteConfig.pm |