ocaml-lablgtk2: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
681fe369c7
commit
79454c3485
@ -18,6 +18,10 @@ nocross=yes
|
|||||||
nopie=yes
|
nopie=yes
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
||||||
|
post_configure() {
|
||||||
|
vsed -i src/Makefile -e "s;CFLAGS = ;& -fcommon ;"
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user