We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6265164 commit 9ae3469Copy full SHA for 9ae3469
1 file changed
recipes/libs/gdbm.yaml
@@ -1,4 +1,4 @@
1
-inherit: [autotools]
+inherit: [autotools, autoconf]
2
3
metaEnvironment:
4
PKG_VERSION: "1.23"
@@ -9,6 +9,13 @@ checkoutSCM:
9
digestSHA1: "50ba1b1d45ce33fd44e4fdaaf3b55a9d8f3dc418"
10
stripComponents: 1
11
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
+
19
buildScript: |
20
autotoolsBuild $1 \
21
--enable-libgdbm-compat
0 commit comments