Skip to content

Commit

Permalink
Merge pull request #2178 from mariux64/update-json-c-from-0.12.1-to-0.15
Browse files Browse the repository at this point in the history
json-Update json-c from 0.12.1 to 0.15
  • Loading branch information
pmenzel authored Aug 24, 2021
2 parents f68566c + 439120e commit 392cb85
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions json-c.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION json-c-0.12.1-0
# BEE_VERSION json-c-0.15-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -49,10 +49,9 @@ SRCURL[0]="https://s3.amazonaws.com/json-c_releases/releases/json-c-${PKGVERSION
# bee_extract "${@}"
#}

mee_patch() {
bee_patch "${@}"
sed -i s/-Werror// Makefile.in
}
#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure --disable-static
Expand Down

0 comments on commit 392cb85

Please sign in to comment.