diff --git a/srcpkgs/liboping/template b/srcpkgs/liboping/template index 30d0a3d5975..66492759cc6 100644 --- a/srcpkgs/liboping/template +++ b/srcpkgs/liboping/template @@ -17,7 +17,8 @@ post_configure() { cd bindings/perl perl Makefile.PL INSTALLDIRS=vendor PREFIX="/usr" TOP_BUILDDIR=".." \ TARGET_LIBDIR="/usr/lib" CC="$CC" LD="$CC" OPTIMIZE="$CFLAGS" - sed -i 's/-shared .*/-shared/' Makefile # wrangle LDDLFLAGS + sed -i 's/-shared .*/-shared/' Makefile # wrangle LDDLFLAGS + sed -i 's/-mtune=generic//' Makefile # fix arm build ) }