buildroot/package/openvmtools
Fabrice Fontaine c77e25c3f1 package/linux-pam: needs gcc >= 4.9
linux-pam raises the following build failure with gcc 4.8 since bump to
version 1.5.3 in commit f8147e27cd and
8f9816b57e:

pam_access.c: In function 'pam_sm_authenticate':
pam_access.c:1084:13: error: 'for' loop initial declarations are only allowed in C99 mode
             for (int i = 0; filename_list[i] != NULL; i++) {
             ^

Those build failures could be fixed by adding -std=c99 but then the
build will fails because stdadtomic.h is mandatory since
a35e092e24

Fixes:
 - http://autobuild.buildroot.org/results/9b2ba987d2c873f4a7caea72707acb655279d16b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-09-30 12:19:47 +02:00
..
0001-no_cflags_werror.patch
0002-dont-force-cppflags.patch
0003-Rename-poll-h-into-vm_poll-h-to-fix-build-failure-on-musl.patch
0004-Remove-assumptions-about-glibc-being-only-libc-imple.patch
0005-Use-configure-test-for-struct-timespec.patch
0006-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch
0007-Use-configure-to-test-for-feature-instead-of-platfor.patch
0008-Use-configure-test-for-sys-stat.h-include.patch
0011-open-vm-tools-vmhgfs-fuse-fsutils.h-fix-build-on-mus.patch
0012-Make-HgfsConvertFromNtTimeNsec-aware-of-64-bit-time_.patch
0013-Properly-check-authorization-on-incoming-guestOps-re.patch
Config.in
S10vmtoolsd
openvmtools.hash
openvmtools.mk
shutdown
vmtoolsd.service