Remove configure options from custom scripts
[hvlinux.git] / stage3 / pkg / flac
index 9b07f46..1db4587 100644 (file)
@@ -3,8 +3,5 @@
 hvconfig_pre()
 {
     sed -e "s!#include <stdio.h>!&\n#include <string.h>!" -i \
-        ${LFS_TMP}/${PACKAGE}/examples/cpp/encode/file/main.cpp
-
-    CONFIGURE_OPTS+=" \
-        --disable-thorough-test"
+        ${SRC_DIR}/examples/cpp/encode/file/main.cpp
 }