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
a8eed52c
Unverified
Commit
a8eed52c
authored
Sep 13, 2018
by
2xsec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add compile flags for dlog
Signed-off-by:
2xsec
<
dh48.jeong@samsung.com
>
parent
fd734188
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
lxc.spec.in
lxc.spec.in
+7
-0
Makefile.am
src/lxc/Makefile.am
+7
-3
No files found.
lxc.spec.in
View file @
a8eed52c
...
...
@@ -91,6 +91,13 @@ BuildRequires: libseccomp-devel
%endif
%endif
#
# Additional package for Tizen
#
%if %{defined tizen_version}
BuildRequires: pkgconfig(dlog)
%endif
%description
Containers are insulated areas inside a system, which have their own namespace
for filesystem, network, PID, IPC, CPU and memory allocation and which can be
...
...
src/lxc/Makefile.am
View file @
a8eed52c
...
...
@@ -212,7 +212,8 @@ AM_CFLAGS += -DHAVE_SELINUX
endif
if
ENABLE_DLOG
AM_CFLAGS
+=
-DHAVE_DLOG
AM_CFLAGS
+=
-DHAVE_DLOG
\
$(DLOG_CFLAGS)
endif
if
USE_CONFIGPATH_LOGS
...
...
@@ -233,7 +234,8 @@ liblxc_la_LDFLAGS = -pthread \
liblxc_la_LIBADD
=
$(CAP_LIBS)
\
$(GNUTLS_LIBS)
\
$(SELINUX_LIBS)
\
$(SECCOMP_LIBS)
$(SECCOMP_LIBS)
\
$(DLOG_LIBS)
bin_SCRIPTS
=
...
...
@@ -285,7 +287,8 @@ LDADD = liblxc.la \
@CAP_LIBS@
\
@GNUTLS_LIBS@
\
@SECCOMP_LIBS@
\
@SELINUX_LIBS@
@SELINUX_LIBS@
\
@DLOG_LIBS@
if
ENABLE_TOOLS
lxc_attach_SOURCES
=
tools/lxc_attach.c
\
...
...
@@ -421,6 +424,7 @@ pam_cgfs_la_CFLAGS = $(AM_CFLAGS) -DNO_LXC_CONF
pam_cgfs_la_LIBADD
=
$(AM_LIBS)
\
$(PAM_LIBS)
\
$(DLOG_LIBS)
\
-L
$(top_srcdir)
pam_cgfs_la_LDFLAGS
=
$(AM_LDFLAGS)
\
...
...
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