diff --git a/srcpkgs/libextractor/template b/srcpkgs/libextractor/template index a0a24987a24..78a5123e13a 100644 --- a/srcpkgs/libextractor/template +++ b/srcpkgs/libextractor/template @@ -15,6 +15,10 @@ homepage="https://www.gnu.org/software/libextractor/" distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz" checksum=84128170a4a9aa3a19942dd53fdf30ed17b56d7fae79b5f6e7e17a0d65d1f66c +post_install() { + sed -i "s|\(-specs=.*hardened-ld\)||g" ${DESTDIR}/usr/lib/pkgconfig/libextractor.pc +} + libextractor-devel_package() { short_desc+=" - development files" depends="${sourcepkg}>=${version}_${revision}"