From 157312f822ce0149a52d5c5ef9097b5e4be49da3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 27 Sep 2016 17:07:45 +0200 Subject: asterisk: fix compile with gcc5 --- package/asterisk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/asterisk/Makefile') diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile index 05f1a4290..27eb3b924 100644 --- a/package/asterisk/Makefile +++ b/package/asterisk/Makefile @@ -72,7 +72,6 @@ CONFIGURE_ARGS= --with-z=${STAGING_TARGET_DIR}/usr \ --without-tonezone \ --without-asound \ --without-curses \ - --without-gtk \ --without-gtk2 \ --without-h323 \ --without-iksemel \ @@ -117,6 +116,7 @@ endif INSTALL_STYLE:= manual +TARGET_CFLAGS+= -fgnu89-inline TARGET_LDFLAGS+= -lm -ltinfo -ldl -lpthread MAKE_ENV= ASTCFLAGS="${TARGET_CPPFLAGS} -DHAVE_STRTOQ" \ ASTLDFLAGS="${TARGET_LDFLAGS}" -- cgit v1.2.3