From cc228af7a4668fd308349eaf26ee16af2cbbf3c9 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 19 Jan 2011 11:49:18 +0000 Subject: Set "NEED_OWN_INSTALL_TARGET" to get unpriviliged installation under NetBSD to work. This should fix PR pkg/44415 by Hauke Fath. --- pkgtools/rpm2pkg/files/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgtools/rpm2pkg') diff --git a/pkgtools/rpm2pkg/files/Makefile b/pkgtools/rpm2pkg/files/Makefile index de39aed9a4d..06959c85ba6 100644 --- a/pkgtools/rpm2pkg/files/Makefile +++ b/pkgtools/rpm2pkg/files/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2011/01/12 00:26:33 tron Exp $ +# $NetBSD: Makefile,v 1.2 2011/01/19 11:49:18 tron Exp $ PROG= rpm2pkg SRCS= fileio.c package-list.c parse-rpm.c rpm2pkg.c @@ -9,6 +9,8 @@ BINDIR= ${PREFIX}/sbin LDADD= -lbz2 -llzma -lz WARNS= 4 +NEED_OWN_INSTALL_TARGET= yes + #CFLAGS+= -g #LDFLAGS+= -g -- cgit v1.2.3