(databases/lmdb) Add portablity check patch, but duplicates to openldap ?
This commit is contained in:
parent
0b5c0cdf19
commit
5d09751e1d
2 changed files with 18 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.20 2021/08/23 09:58:57 adam Exp $
|
||||
$NetBSD: distinfo,v 1.21 2021/08/24 20:33:30 mef Exp $
|
||||
|
||||
SHA1 (openldap-2.5.7.tgz) = c7cdc392a7c6006b82699f669a88597fe41820f0
|
||||
RMD160 (openldap-2.5.7.tgz) = 06be7fba0ce57c3a8ee260da244d2dc8935ea0f5
|
||||
SHA512 (openldap-2.5.7.tgz) = c849b9f9515cf458acbaef0dc21b8a53ab7b27e4288af6f69433f909f2939878c94cd641d24abc88d4351725b80829d342d446933fa5cba52cde4b9f095dcea0
|
||||
Size (openldap-2.5.7.tgz) = 6426051 bytes
|
||||
SHA1 (patch-configure) = 2f07a1c517c2989c2ff932e251c71a86af5f28be
|
||||
SHA1 (patch-libraries_liblmdb_Makefile) = 4dd8ed43169e5615b416e7e0696dd3b16e784282
|
||||
|
|
16
databases/lmdb/patches/patch-configure
Normal file
16
databases/lmdb/patches/patch-configure
Normal file
|
@ -0,0 +1,16 @@
|
|||
$NetBSD: patch-configure,v 1.1 2021/08/24 20:33:30 mef Exp $
|
||||
|
||||
ERROR: [check-portability.awk] => Found test ... == ...:
|
||||
ERROR: [check-portability.awk] configure:22850: if test $ol_enable_slapd == no && test $ol_enable_balancer != yes ; then
|
||||
|
||||
--- openldap-2.5.7/configure.orig 2021-08-19 02:11:41.000000000 +0900
|
||||
+++ ../openldap-2.5.7/configure 2021-08-25 05:22:32.598123877 +0900
|
||||
@@ -22847,7 +22847,7 @@ fi
|
||||
WITH_SYSTEMD=no
|
||||
systemdsystemunitdir=
|
||||
ol_link_systemd=no
|
||||
-if test $ol_enable_slapd == no && test $ol_enable_balancer != yes ; then
|
||||
+if test $ol_enable_slapd = no && test $ol_enable_balancer != yes ; then
|
||||
if test $ol_with_systemd != no ; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: servers disabled, ignoring --with-systemd=$ol_with_systemd argument" >&5
|
||||
$as_echo "$as_me: WARNING: servers disabled, ignoring --with-systemd=$ol_with_systemd argument" >&2;}
|
Loading…
Reference in a new issue