pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/filesystems/cloudfuse Honor LDFLAGS to support RELRO
details: https://anonhg.NetBSD.org/pkgsrc/rev/eaa3f675656f
branches: trunk
changeset: 770528:eaa3f675656f
user: pho <pho%pkgsrc.org@localhost>
date: Thu Dec 02 07:44:44 2021 +0000
description:
Honor LDFLAGS to support RELRO
diffstat:
filesystems/cloudfuse/Makefile | 7 +++----
filesystems/cloudfuse/distinfo | 3 ++-
filesystems/cloudfuse/patches/patch-Makefile.in | 15 +++++++++++++++
3 files changed, 20 insertions(+), 5 deletions(-)
diffs (52 lines):
diff -r 3ccb5ec7145b -r eaa3f675656f filesystems/cloudfuse/Makefile
--- a/filesystems/cloudfuse/Makefile Thu Dec 02 07:28:49 2021 +0000
+++ b/filesystems/cloudfuse/Makefile Thu Dec 02 07:44:44 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2021/09/29 19:00:35 adam Exp $
+# $NetBSD: Makefile,v 1.32 2021/12/02 07:44:44 pho Exp $
DISTNAME= 1003a82
PKGNAME= cloudfuse-20120124
-PKGREVISION= 26
+PKGREVISION= 27
CATEGORIES= filesystems
MASTER_SITES= https://github.com/redbo/cloudfuse/tarball/
DIST_SUBDIR= cloudfuse
@@ -25,6 +25,5 @@
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
-.include "../../filesystems/fuse/buildlink3.mk"
-
+.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 3ccb5ec7145b -r eaa3f675656f filesystems/cloudfuse/distinfo
--- a/filesystems/cloudfuse/distinfo Thu Dec 02 07:28:49 2021 +0000
+++ b/filesystems/cloudfuse/distinfo Thu Dec 02 07:44:44 2021 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:25:25 nia Exp $
+$NetBSD: distinfo,v 1.5 2021/12/02 07:44:44 pho Exp $
BLAKE2s (cloudfuse/1003a82) = 1d6cbde4c5ca6b2215629d08f63d0f424a220a0968f225911a1d7179c11fd91e
SHA512 (cloudfuse/1003a82) = fe3d55ee85d3e446cc6ba74f3a76cb793c0e55c525b64014c649c722ef22bc49835d620a16d33e1d93a49eec5a6b9830cce14059d77d7244dc0227680834158b
Size (cloudfuse/1003a82) = 58640 bytes
+SHA1 (patch-Makefile.in) = 81a0397f852be67317a5bae6f3bd153f66cdc867
diff -r 3ccb5ec7145b -r eaa3f675656f filesystems/cloudfuse/patches/patch-Makefile.in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/cloudfuse/patches/patch-Makefile.in Thu Dec 02 07:44:44 2021 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.in,v 1.1 2021/12/02 07:44:44 pho Exp $
+
+Honor LDFLAGS to support RELRO.
+
+--- Makefile.in.orig 2021-12-02 07:41:24.551202241 +0000
++++ Makefile.in
+@@ -26,7 +26,7 @@ $(bindir):
+ $(MKDIR_P) $(bindir)
+
+ cloudfuse: $(SOURCES) $(HEADERS)
+- $(CC) $(CFLAGS) -o cloudfuse $(SOURCES) $(LIBS)
++ $(CC) $(CFLAGS) -o cloudfuse $(SOURCES) $(LIBS) $(LDFLAGS)
+
+ clean:
+ /bin/rm -f cloudfuse
Home |
Main Index |
Thread Index |
Old Index