connman-ncurses: -Wno-error to fix build
This commit is contained in:
parent
76e52fccde
commit
ae4e81d3f3
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
pkgname=connman-ncurses
|
||||
version=1.0
|
||||
revision=3
|
||||
wrksrc="connman-json-client-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake autoconf pkg-config json-c-devel ncurses-devel dbus-devel"
|
||||
makedepends="json-c-devel ncurses-devel dbus-devel"
|
||||
|
@ -11,15 +12,14 @@ maintainer="Sergei Akhmatdinov <sakhmatd@riseup.net>"
|
|||
license="GPL-2"
|
||||
homepage="https://github.com/eurogiciel-oss/connman-json-client"
|
||||
distfiles="https://github.com/eurogiciel-oss/connman-json-client/archive/v${version}.tar.gz"
|
||||
wrksrc="connman-json-client-${version}"
|
||||
checksum=724604787b51cd3bd2ba5d2291f5f2efe0558a1ec78d92d3c92ebc78f6c63219
|
||||
|
||||
pre_configure() {
|
||||
mkdir -p m4
|
||||
vsed -i Makefile.am -e "s;-Werror;-Wno-error;"
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin connman_ncurses connman-ncurses
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue