pinfo: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:39 +02:00
parent a942c23d1d
commit 32195b574a
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,6 @@ pkgname=pinfo
version=0.6.13 version=0.6.13
revision=2 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="CFLAGS=-Wno-error"
hostmakedepends="automake gettext tar texinfo" hostmakedepends="automake gettext tar texinfo"
makedepends="gettext-devel ncurses-devel" makedepends="gettext-devel ncurses-devel"
short_desc="Lynx-style info and man reader" short_desc="Lynx-style info and man reader"
@ -13,6 +12,8 @@ homepage="https://github.com/baszoetekouw/pinfo"
distfiles="https://github.com/baszoetekouw/pinfo/archive/v${version}.tar.gz" distfiles="https://github.com/baszoetekouw/pinfo/archive/v${version}.tar.gz"
checksum=9dc5e848a7a86cb665a885bc5f0fdf6d09ad60e814d75e78019ae3accb42c217 checksum=9dc5e848a7a86cb665a885bc5f0fdf6d09ad60e814d75e78019ae3accb42c217
CFLAGS="-Wno-error -fcommon"
pre_configure() { pre_configure() {
autoreconf -fi autoreconf -fi
} }