qdbm-is-usr_include_qdbm
authorDebian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Sat, 2 May 2015 08:26:53 +0000 (10:26 +0200)
committerOndř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

index 6d8867e02e4b296b30d76ed2f4cc94e76a3d0a79..17cddfc46f3cefa51d1e343e918b2716502cf14e 100644 (file)
@@ -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