ocaml-lablgtk2: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
681fe369c7
commit
79454c3485
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ nocross=yes
|
|||
nopie=yes
|
||||
disable_parallel_build=yes
|
||||
|
||||
post_configure() {
|
||||
vsed -i src/Makefile -e "s;CFLAGS = ;& -fcommon ;"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue