mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +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"
|
shlib_provides="libawt.so libawt_xawt.so libjava.so libjli.so libjvm.so libjawt.so"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon -fpermissive"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv icedtea-*/* .
|
mv icedtea-*/* .
|
||||||
|
|
Loading…
Add table
Reference in a new issue