Use bash variable add operator
[hvlinux.git] / stage3 / pkg / flac
index 7fbde67..9b07f46 100644 (file)
@@ -5,7 +5,6 @@ hvconfig_pre()
     sed -e "s!#include <stdio.h>!&\n#include <string.h>!" -i \
         ${LFS_TMP}/${PACKAGE}/examples/cpp/encode/file/main.cpp
 
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
+    CONFIGURE_OPTS+=" \
         --disable-thorough-test"
 }