Skip to content
Snippets Groups Projects
Commit 3cd7795d authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Add -fcommon workaround for GCC 10

parent 8d836f7d
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ sha256sums=('db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b'
build() {
cd "$srcdir/$pkgname-$pkgver"
CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
CFLAGS+=" -I/usr/include/openssl-1.0" LDFLAGS+=" -L/usr/lib/openssl-1.0" \
./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
--enable-ssl
......
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