Skip to content
Snippets Groups Projects
Commit f245c8f3 authored by Leo's avatar Leo
Browse files

community/minidlna: workaround -fno-common

parent 1e9648e4
No related branches found
No related tags found
Loading
......@@ -39,6 +39,7 @@ builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
CFLAGS="$CFLAGS -fcommon" \
./configure \
--build=$CBUILD \
--host=$CHOST \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment