Skip to content

src/crun.c: fix build without dlfcn.h#1110

Merged
rhatdan merged 1 commit into
containers:mainfrom
ffontaine:main
Dec 31, 2022
Merged

src/crun.c: fix build without dlfcn.h#1110
rhatdan merged 1 commit into
containers:mainfrom
ffontaine:main

Conversation

@ffontaine
Copy link
Copy Markdown
Contributor

Fix the following build failure without dlfcn.h raised since version 1.7 and 5837234:

src/crun.c:26:10: fatal error: dlfcn.h: No such file or directory
   26 | #include <dlfcn.h>
      |          ^~~~~~~~~

Fixes:

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com

Fix the following build failure without dlfcn.h raised since version 1.7
and
5837234:

src/crun.c:26:10: fatal error: dlfcn.h: No such file or directory
   26 | #include <dlfcn.h>
      |          ^~~~~~~~~

Fixes:
 - http://autobuild.buildroot.org/results/a5f52a7ee757c92c9571261c0ed884d05caeaf2f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Copy link
Copy Markdown
Collaborator

@flouthoc flouthoc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
@giuseppe PTAL

@rhatdan
Copy link
Copy Markdown
Member

rhatdan commented Dec 31, 2022

LGTM

@rhatdan rhatdan merged commit 18f666a into containers:main Dec 31, 2022
@giuseppe
Copy link
Copy Markdown
Member

It was merged too quickly, clang-format is failing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants