projects
/
php8.4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ed3b8f
)
qdbm-is-usr_include_qdbm
author
Debian PHP Maintainers
<pkg-php-maint@lists.alioth.debian.org>
Sat, 2 May 2015 08:26:53 +0000
(10:26 +0200)
committer
Ondřej Surý
<ondrej@debian.org>
Sun, 3 Aug 2025 07:32:21 +0000
(09:32 +0200)
Gbp-Pq: Name 0008-qdbm-is-usr_include_qdbm.patch
ext/dba/config.m4
patch
|
blob
|
history
diff --git
a/ext/dba/config.m4
b/ext/dba/config.m4
index 6d8867e02e4b296b30d76ed2f4cc94e76a3d0a79..17cddfc46f3cefa51d1e343e918b2716502cf14e 100644
(file)
--- a/
ext/dba/config.m4
+++ b/
ext/dba/config.m4
@@
-166,6
+166,10
@@
if test "$PHP_QDBM" != "no"; then
THIS_PREFIX=$i
THIS_INCLUDE=$i/include/qdbm/depot.h
break
+ elif test -f "$i/include/qdbm/depot.h"; then
+ THIS_PREFIX=$i
+ THIS_INCLUDE=$i/include/qdbm/depot.h
+ break
fi
done