summaryrefslogtreecommitdiff
path: root/print/libcups
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-05-17 00:25:42 +0000
committertnn <tnn@pkgsrc.org>2020-05-17 00:25:42 +0000
commit04577dcd507283c2a83e3ff713940791fa507244 (patch)
treee6f12be81c90c19a445471455c311cb2e7d40304 /print/libcups
parent90e889b1745817d917a2ba4cb8a4c277dec55ecb (diff)
downloadpkgsrc-04577dcd507283c2a83e3ff713940791fa507244.tar.gz
libcups: don't install binaries with mode 555
Need to use 755, else we get ENOPERM when it's time to strip(1).
Diffstat (limited to 'print/libcups')
-rw-r--r--print/libcups/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/libcups/Makefile b/print/libcups/Makefile
index 1042022f75b..da7c754e1de 100644
--- a/print/libcups/Makefile
+++ b/print/libcups/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2020/05/16 18:07:56 maya Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/17 00:25:42 tnn Exp $
.include "../../print/cups/Makefile.common"
PKGNAME= libcups-${CUPS_VERS}
+PKGREVISION= 1
MASTER_SITES= ${MASTER_SITE_GITHUB:=apple/}
MAINTAINER= sbd@NetBSD.org
@@ -32,6 +33,7 @@ CONFIGURE_ARGS+= --with-serverbindir=${PREFIX}/libexec/cups
CONFIGURE_ARGS+= --with-components=libcups
CONFIGURE_ARGS+= --enable-libpaper
CONFIGURE_ARGS+= --enable-ssl
+CONFIGURE_ARGS+= --with-exe-file-perm=0755
CONFIGURE_ENV+= DSOFLAGS=${LDFLAGS:M*:Q}