mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
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'
|
# Template file for 'gumbo-parser'
|
||||||
pkgname=gumbo-parser
|
pkgname=gumbo-parser
|
||||||
version=0.10.1
|
version=0.10.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="autoconf automake libtool"
|
hostmakedepends="autoconf automake libtool"
|
||||||
short_desc="An HTML5 parsing library in pure C99"
|
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"
|
distfiles="https://github.com/google/gumbo-parser/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad
|
checksum=28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad
|
||||||
|
|
||||||
|
CFLAGS="-fPIC"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue