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
Add a link
Reference in a new issue