summaryrefslogtreecommitdiff
path: root/pkgtools/rpm2pkg/files
diff options
context:
space:
mode:
authortron <tron>2011-01-19 11:49:18 +0000
committertron <tron>2011-01-19 11:49:18 +0000
commit438306a41547eba18999dee3df68e3942b48b24e (patch)
tree31f8032323e9a1954be552cf8220c2b8533ca8b0 /pkgtools/rpm2pkg/files
parenta46b169cac2dae95f9827145e56261ed53001da3 (diff)
downloadpkgsrc-438306a41547eba18999dee3df68e3942b48b24e.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/rpm2pkg/files')
-rw-r--r--pkgtools/rpm2pkg/files/Makefile4
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