rdup: get rid of -Werror
This commit is contained in:
parent
779acbabec
commit
d89166bbde
|
@ -13,6 +13,6 @@ distfiles="https://github.com/miekg/rdup/archive/${version}.tar.gz"
|
|||
checksum=787b8c37e88be810a710210a9d9f6966b544b1389a738aadba3903c71e0c29cb
|
||||
|
||||
pre_configure() {
|
||||
vsed -e 's/-Werror/-Werror -Wno-deprecated-declarations/' -i GNUmakefile.in
|
||||
vsed -e 's/-Werror//' -i GNUmakefile.in
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue