Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
b816bdde
Unverified
Commit
b816bdde
authored
Mar 09, 2020
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
autotools: fix lxc-init build with clang-10
Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
818a57fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Makefile.am
src/lxc/Makefile.am
+4
-1
No files found.
src/lxc/Makefile.am
View file @
b816bdde
...
@@ -382,6 +382,9 @@ init_lxc_SOURCES = cmd/lxc_init.c \
...
@@ -382,6 +382,9 @@ init_lxc_SOURCES = cmd/lxc_init.c \
parse.c parse.h
\
parse.c parse.h
\
raw_syscalls.c raw_syscalls.h
\
raw_syscalls.c raw_syscalls.h
\
string_utils.c string_utils.h
string_utils.c string_utils.h
init_lxc_LDFLAGS
=
-pthread
lxc_monitord_SOURCES
=
cmd/lxc_monitord.c
\
lxc_monitord_SOURCES
=
cmd/lxc_monitord.c
\
af_unix.c af_unix.h
\
af_unix.c af_unix.h
\
log.c log.h
\
log.c log.h
\
...
@@ -446,7 +449,7 @@ if !HAVE_STRLCAT
...
@@ -446,7 +449,7 @@ if !HAVE_STRLCAT
init_lxc_static_SOURCES
+=
../include/strlcat.c ../include/strlcat.h
init_lxc_static_SOURCES
+=
../include/strlcat.c ../include/strlcat.h
endif
endif
init_lxc_static_LDFLAGS
=
-all-static
init_lxc_static_LDFLAGS
=
-all-static
-pthread
init_lxc_static_LDADD
=
@CAP_LIBS@
init_lxc_static_LDADD
=
@CAP_LIBS@
init_lxc_static_CFLAGS
=
$(AM_CFLAGS)
-DNO_LXC_CONF
init_lxc_static_CFLAGS
=
$(AM_CFLAGS)
-DNO_LXC_CONF
endif
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment