Skip to content

Commit 4395277

Browse files
authored
Merge pull request #260 from admlck/autoconfreconf-1
Call autoconfReconfigure in gdbm and expat
2 parents f31708d + 9ae3469 commit 4395277

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

recipes/libs/expat.yaml

Lines changed: 5 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: "2.4.1"
@@ -10,6 +10,10 @@ checkoutSCM:
1010
digestSHA256: a00ae8a6b96b63a3910ddc1100b1a7ef50dc26dceb65ced18ded31ab392f132b
1111
stripComponents: 1
1212

13+
checkoutDeterministic: True
14+
checkoutScript: |
15+
autoconfReconfigure
16+
1317
buildScript: |
1418
autotoolsBuild $1 --without-docbook
1519

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)