ocaml-lablgtk2: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:37 +02:00
parent 681fe369c7
commit 79454c3485
1 changed files with 4 additions and 0 deletions

View File

@ -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
}