From af24a3da4d934ffcb81d1d47df0354375fcf2112 Mon Sep 17 00:00:00 2001 From: Logen Kain Date: Fri, 14 Nov 2014 16:37:56 -0600 Subject: [PATCH] stfl: changed empty string to unset --- srcpkgs/stfl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/stfl/template b/srcpkgs/stfl/template index 89e5cf35014..6cde428130d 100644 --- a/srcpkgs/stfl/template +++ b/srcpkgs/stfl/template @@ -18,7 +18,7 @@ post_extract(){ } do_build(){ - LDFLAGS="" + unset LDFLAGS } post_install(){ ln -sf libstfl.so.${version} ${DESTDIR}/usr/lib/libstfl.so.0