mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
openjdk7-bootstrap: fix build with gcc14
This commit is contained in:
parent
4425df8f7f
commit
074a9a08c0
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ skip_extraction="
|
|||
shlib_provides="libawt.so libawt_xawt.so libjava.so libjli.so libjvm.so libjawt.so"
|
||||
nocross=yes
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
CFLAGS="-fcommon -fpermissive"
|
||||
|
||||
post_extract() {
|
||||
mv icedtea-*/* .
|
||||
|
|
Loading…
Add table
Reference in a new issue