mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/heirloom-doctools: fix build by working around -fno-common
This commit is contained in:
parent
b330e12ba9
commit
41e4fa8d6e
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user