FreeRDP/uwac
Fabrice Fontaine 3929226830 src/libuwac/uwac-os.c: fix build with uclibc
O_TMPFILE is used since version 2.0.0 and
52ef8079ea

However, this will result in the following build failure on uclibc or
uclibc-ng:

/home/fabrice/buildroot/output/build/freerdp-2.0.0/uwac/libuwac/uwac-os.c:228:18: error: ‘O_TMPFILE’ undeclared (first use in this function); did you mean ‘EMFILE’?
  fd = open(path, O_TMPFILE | O_RDWR | O_EXCL, 0600);
                  ^~~~~~~~~
                  EMFILE

To fix this build failure, define O_TMPFILE if needed

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2020-04-10 10:29:28 +02:00
..
include Reformatted to new style 2019-11-07 10:53:54 +01:00
libuwac src/libuwac/uwac-os.c: fix build with uclibc 2020-04-10 10:29:28 +02:00
protocols Added KDE server side window decoration interface as fallback. 2019-01-22 17:10:32 +01:00
CMakeLists.txt Use SetFreeRDPCMakeInstallDir where CMake modules are installed 2018-05-02 10:36:52 -05:00
uwac.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
uwacConfig.cmake.in uwac: generate .pc and cmake find-module 2016-02-25 23:47:32 +01:00
uwacVersion.cmake uwac: generate .pc and cmake find-module 2016-02-25 23:47:32 +01:00