mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
openjdk7-bootstrap: fix build with gcc14
This commit is contained in:
parent
3f399ebd26
commit
e37c9cb86f
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