package/mbuffer: do not force c99 mode
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 5 May 2020 16:36:57 +0000 (18:36 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 7 May 2020 21:28:27 +0000 (23:28 +0200)
commitb7e1103d1a82a35e8f593eedfda658d73844122f
tree225d2be274b5243309ff5113b9a0cada51db8679
parent20988d38d44e6a9f34ef3a668a053b2b88f57922
package/mbuffer: do not force c99 mode

Do not force c99 mode to be able to remove both patches and because it
does not seem to be motivated. Indeed, even if the second patch was
sucessfully upstreamed. The first one can't be upstreamed as it raises
the following build falure on Solaris 11 (due to mixing c99 and
_POSIX_C_SOURCE):

 #if defined(STDC_C99) && (defined(_XOPEN_OR_POSIX) && !defined(XPG6))
 #error "Compiler or options invalid for pre-UNIX 03 X/Open applications \
 and pre-2001 POSIX applications"

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/mbuffer/0001-globals.c-properly-get-struct-timespec-definition.patch [deleted file]
package/mbuffer/0002-configure.in-set-AC_USE_SYSTEM_EXTENSIONS.patch [deleted file]
package/mbuffer/mbuffer.mk