From: Mike Brady Date: Tue, 18 Feb 2020 14:11:32 +0000 (+0000) Subject: Add the -fno-common flag to compilation. Treat the "mper" attribute correctly as... X-Git-Tag: 3.3.7d12~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3cf72c8ced25801028fdc5ccf6e2dc948e566db;p=thirdparty%2Fshairport-sync.git Add the -fno-common flag to compilation. Treat the "mper" attribute correctly as a 64 bit item and output it in hex to correspond with AppleScript. --- diff --git a/configure.ac b/configure.ac index 7e0d7407..d6fa5ef0 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.3.6d7], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.6d8], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])