Skip to content

Commit 9ae3469

Browse files
committed
libs::gdbm: Call autoconfReconfigure
Call autoconfReconfigure to support new targets.
1 parent 6265164 commit 9ae3469

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

recipes/libs/gdbm.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
inherit: [autotools]
1+
inherit: [autotools, autoconf]
22

33
metaEnvironment:
44
PKG_VERSION: "1.23"
@@ -9,6 +9,13 @@ checkoutSCM:
99
digestSHA1: "50ba1b1d45ce33fd44e4fdaaf3b55a9d8f3dc418"
1010
stripComponents: 1
1111

12+
checkoutTools: [gettext]
13+
checkoutDeterministic: True
14+
checkoutScript: |
15+
autoconfReconfigure
16+
# prevent Makefile from updating the file because it's older than "configure"
17+
touch doc/stamp-vti
18+
1219
buildScript: |
1320
autotoolsBuild $1 \
1421
--enable-libgdbm-compat

0 commit comments

Comments
 (0)