Skip to content

json-Update json-c from 0.12.1 to 0.15 #2178

Merged
merged 1 commit into from
Aug 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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