Skip to content

Commit 7ce5619

Browse files
committed
chore(openapv): comment out enabling of liboapv in ffbuild_configure function
* Prevents accidental enabling of liboapv during configuration. * Maintains compatibility with existing build processes.
1 parent 595c9d5 commit 7ce5619

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts.d/50-openapv.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ ffbuild_dockerbuild() {
4040
}
4141

4242
ffbuild_configure() {
43-
echo --enable-liboapv
43+
# echo --enable-liboapv
44+
return 0
4445
}
4546

4647
ffbuild_unconfigure() {

0 commit comments

Comments
 (0)