diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2018-11-29 21:52:13 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-30 09:02:32 +0100 |
commit | a34e386dc6f69df239b5c43a2e0aaf64b890f29c (patch) | |
tree | eb385a7c58a2f61f14382263a240ce4d83b545a0 /package/python-msgpack | |
parent | 6a9ad0d366b4e40edb8d5e6a77795fcb4d0badef (diff) | |
download | buildroot-a34e386dc6f69df239b5c43a2e0aaf64b890f29c.tar.gz buildroot-a34e386dc6f69df239b5c43a2e0aaf64b890f29c.zip |
package/civetweb: fix lua build
dlfcn.h must be included in modlua.ini to be able to use dlopen
otherwise build will fail on:
src/mod_lua.inl:2845:41: error: 'RTLD_LAZY' undeclared (first use in this function)
lib_handle_uuid = dlopen("libuuid.so", RTLD_LAZY);
Fixes:
- http://autobuild.buildroot.org/results/7a189f49c5a8b6f7b3d4c57cda5982adc65dbc19
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-msgpack')
0 files changed, 0 insertions, 0 deletions