stfl: changed empty string to unset
This commit is contained in:
parent
40621d5c8a
commit
af24a3da4d
|
@ -18,7 +18,7 @@ post_extract(){
|
|||
|
||||
}
|
||||
do_build(){
|
||||
LDFLAGS=""
|
||||
unset LDFLAGS
|
||||
}
|
||||
post_install(){
|
||||
ln -sf libstfl.so.${version} ${DESTDIR}/usr/lib/libstfl.so.0
|
||||
|
|
Loading…
Reference in New Issue