pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/keepassxc
Module Name: pkgsrc
Committed By: joerg
Date: Thu Mar 26 21:50:24 UTC 2020
Modified Files:
pkgsrc/security/keepassxc: Makefile
Log Message:
Don't try using jemalloc on NetBSD, it doesn't work.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/keepassxc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/keepassxc/Makefile
diff -u pkgsrc/security/keepassxc/Makefile:1.20 pkgsrc/security/keepassxc/Makefile:1.21
--- pkgsrc/security/keepassxc/Makefile:1.20 Tue Mar 10 22:10:54 2020
+++ pkgsrc/security/keepassxc/Makefile Thu Mar 26 21:50:24 2020
@@ -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 @@ SUPERSEDES+= keepassx0-[0-9]*
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