community/heirloom-doctools: fix build by working around -fno-common

This commit is contained in:
Leo 2020-12-12 14:45:31 -03:00
parent b330e12ba9
commit 41e4fa8d6e

View File

@ -34,7 +34,7 @@ _makeargs="
build() {
# Unfortunately parallel build isn't supported.
make -j1 $_makeargs -C "$builddir"
CFLAGS="$CFLAGS -fcommon" make -j1 $_makeargs -C "$builddir"
}
package() {