diff options
author | tron <tron> | 2011-01-19 11:49:18 +0000 |
---|---|---|
committer | tron <tron> | 2011-01-19 11:49:18 +0000 |
commit | b97c02d0aebdf19621d5a8eec05bd520851a65f6 (patch) | |
tree | 31f8032323e9a1954be552cf8220c2b8533ca8b0 /pkgtools | |
parent | 58991f8778398209548265cf983870d3a867f727 (diff) | |
download | pkgsrc-b97c02d0aebdf19621d5a8eec05bd520851a65f6.tar.gz |
Set "NEED_OWN_INSTALL_TARGET" to get unpriviliged installation under
NetBSD to work. This should fix PR pkg/44415 by Hauke Fath.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/rpm2pkg/files/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |