Skip to content

Commit

Permalink
vlc: disable nls
Browse files Browse the repository at this point in the history
No need to fuzz translations and it takes some time to generate.
  • Loading branch information
tguillem committed Feb 6, 2025
1 parent 4dccdfe commit 6dba343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/vlc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ sed -i "s/${RULE}/${FUZZ_LDFLAGS}\n${RULE}/g" ./test/Makefile.am
# libtool calls clang for linking...
LDFLAGS="-stdlib=libc++ -lc++ -lc++abi" \
./configure --disable-lua \
--disable-nls \
--disable-shared \
--enable-static \
--enable-vlc=no \
Expand Down

0 comments on commit 6dba343

Please sign in to comment.