pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/keepassxc Don't try using jemalloc on NetBSD, ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2c477c1453d3
branches: trunk
changeset: 426150:2c477c1453d3
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Mar 26 21:50:24 2020 +0000
description:
Don't try using jemalloc on NetBSD, it doesn't work.
diffstat:
security/keepassxc/Makefile | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 93199653275f -r 2c477c1453d3 security/keepassxc/Makefile
--- a/security/keepassxc/Makefile Thu Mar 26 21:49:49 2020 +0000
+++ b/security/keepassxc/Makefile Thu Mar 26 21:50:24 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2020/03/10 22:10:54 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2020/03/26 21:50:24 joerg Exp $
DISTNAME= keepassxc-${GITHUB_RELEASE}-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -19,10 +19,6 @@
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
-.if exists(/usr/lib/libjemalloc.so)
-LDFLAGS.NetBSD+= -ljemalloc # for malloc_usable_size()
-.endif
-
USE_CMAKE= yes
USE_LANGUAGES= c c++
CMAKE_ARG_PATH= ..
Home |
Main Index |
Thread Index |
Old Index