rdup: get rid of -Werror

This commit is contained in:
q66 2020-01-02 02:20:46 +01:00
parent 779acbabec
commit d89166bbde
1 changed files with 1 additions and 1 deletions

View File

@ -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
}