summaryrefslogtreecommitdiffstats
path: root/package/mongodb/0001-add-missing-sysmacros-include.patch
diff options
context:
space:
mode:
authorGiulio Benetti <giulio.benetti@micronovasrl.com>2018-09-13 10:08:54 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-09-16 16:11:21 +0200
commit4a7da55eb3d5236e3559f5492fa2c03bfb95084f (patch)
tree43581423d4f5df8991a6eb964055bcb643374906 /package/mongodb/0001-add-missing-sysmacros-include.patch
parent1fc2b4395977059e418e0532ab093008de9f1bb4 (diff)
downloadbuildroot-4a7da55eb3d5236e3559f5492fa2c03bfb95084f.tar.gz
buildroot-4a7da55eb3d5236e3559f5492fa2c03bfb95084f.zip
libssh2: fix build failure due to pointer dereferencing ambiguity
When dereferencing from *aes_ctr_cipher, being a pointer itself, ambiguity can occur with compiler and build can fail reporting: openssl.c:574:20: error: ‘*aes_ctr_cipher’ is a pointer; did you mean to use ‘->’? *aes_ctr_cipher->nid = type; Add a patch to sorround every *aes_ctr_cipher-> occurence with paranthesis like this (*aes_ctr_cipher)-> Fixes: http://autobuild.buildroot.net/results/97c/97c43dd2122f55f3166683aa1b29ce1ca54bcb9c/ http://autobuild.buildroot.net/results/4b7/4b728d275f1399e3cb72d40482076ee54b35852a/ Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/mongodb/0001-add-missing-sysmacros-include.patch')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud