]> git.pld-linux.org Git - packages/lxc.git/blame - lxc-pld.patch
generate templates/lxc-pld
[packages/lxc.git] / lxc-pld.patch
CommitLineData
2d51625b 1--- lxc-0.9.0/configure.ac 2013-11-17 11:42:38.205255771 +0200
67c70229
JB
2+++ lxc-0.9.0/configure.ac 2013-04-17 20:04:27.905564169 +0200
3@@ -67,7 +67,7 @@
4 db2xman=""
5
6 AC_MSG_CHECKING(for docbook2x-man)
7- for name in docbook2x-man db2x_docbook2man; do
8+ for name in docbook2X2man docbook2x-man db2x_docbook2man; do
9 if "$name" --help >/dev/null 2>&1; then
10 db2xman="$name"
11 break;
12@@ -140,6 +140,8 @@
13 # Lua module and scripts
14 if test x"$with_distro" = "xdebian" -o x"$with_distro" = "xubuntu" ; then
15 LUAPKGCONFIG=lua5.1
16+elif test x"$with_distro" = "xpld"; then
17+ LUAPKGCONFIG=lua51
18 else
19 LUAPKGCONFIG=lua
20 fi
2d51625b
ER
21@@ -363,6 +365,7 @@
22 templates/lxc-opensuse
23 templates/lxc-busybox
24 templates/lxc-fedora
25+ templates/lxc-pld
26 templates/lxc-oracle
27 templates/lxc-altlinux
28 templates/lxc-sshd
8a96554a
ER
29--- lxc-0.9.0/templates/Makefile.am~ 2013-03-19 00:17:01.000000000 +0200
30+++ lxc-0.9.0/templates/Makefile.am 2013-11-17 03:44:48.326889371 +0200
31@@ -6,6 +6,7 @@
32 lxc-ubuntu-cloud \
33 lxc-opensuse \
34 lxc-fedora \
35+ lxc-pld \
36 lxc-oracle \
37 lxc-altlinux \
38 lxc-busybox \
This page took 0.112095 seconds and 4 git commands to generate.