Skip to content

Commit

Permalink
Merge pull request #243 from admlck/gmp
Browse files Browse the repository at this point in the history
libs/gmp: Call autoconfReconfigure
  • Loading branch information
jkloetzke authored Dec 20, 2024
2 parents 0c05b0a + 87960a8 commit df40b52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/libs/gmp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inherit: [autotools]
inherit: [autotools, autoconf]

privateEnvironment:
APPLY_UPDATE_CONFIG: "no"
Expand All @@ -16,6 +16,7 @@ checkoutDeterministic: True
checkoutScript: |
updateConfigFile config.guess configfsf.guess
updateConfigFile config.sub configfsf.sub
autoconfReconfigure
buildTools: [host-toolchain]
buildScript: |
Expand Down

0 comments on commit df40b52

Please sign in to comment.