Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/libcups libcups: don't install binaries with mod...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6e42cc82dd8f
branches: trunk
changeset: 431875:6e42cc82dd8f
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun May 17 00:25:42 2020 +0000
description:
libcups: don't install binaries with mode 555
Need to use 755, else we get ENOPERM when it's time to strip(1).
diffstat:
print/libcups/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 9fe28647d7aa -r 6e42cc82dd8f print/libcups/Makefile
--- a/print/libcups/Makefile Sat May 16 22:54:27 2020 +0000
+++ b/print/libcups/Makefile Sun May 17 00:25:42 2020 +0000
@@ -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@localhost
@@ -32,6 +33,7 @@
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}
Home |
Main Index |
Thread Index |
Old Index