gumbo-parser: recompile with -fPIC
This commit is contained in:
parent
e36e8652cf
commit
a6ef0fa1b1
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gumbo-parser'
|
||||
pkgname=gumbo-parser
|
||||
version=0.10.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="autoconf automake libtool"
|
||||
short_desc="An HTML5 parsing library in pure C99"
|
||||
|
@ -11,6 +11,8 @@ homepage="https://github.com/google/gumbo-parser"
|
|||
distfiles="https://github.com/google/gumbo-parser/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad
|
||||
|
||||
CFLAGS="-fPIC"
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue