mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
stfl: changed empty string to unset
This commit is contained in:
parent
40621d5c8a
commit
af24a3da4d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ post_extract(){
|
||||||
|
|
||||||
}
|
}
|
||||||
do_build(){
|
do_build(){
|
||||||
LDFLAGS=""
|
unset LDFLAGS
|
||||||
}
|
}
|
||||||
post_install(){
|
post_install(){
|
||||||
ln -sf libstfl.so.${version} ${DESTDIR}/usr/lib/libstfl.so.0
|
ln -sf libstfl.so.${version} ${DESTDIR}/usr/lib/libstfl.so.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue