abufs should have a capacity

This commit is contained in:
2020-02-18 22:31:23 +00:00
parent 80bde5cd40
commit e5081f9640
3 changed files with 23 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ then
fi
if [ -e "/usr/lib/libefence.a" ]
then
OS_LIBS="${OS_LIBS} -lefence"
OS_LIBS="${OS_LIBS}" # -lefence"
fi
else
OS_CFLAGS=""