diff --git a/srcpkgs/gumbo-parser/template b/srcpkgs/gumbo-parser/template index 399cf5b3c3c..40daed6dbdd 100644 --- a/srcpkgs/gumbo-parser/template +++ b/srcpkgs/gumbo-parser/template @@ -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 }