]> git.pld-linux.org Git - packages/lxc.git/blame - lxc-pld.patch
add pld template
[packages/lxc.git] / lxc-pld.patch
CommitLineData
67c70229
JB
1--- lxc-0.9.0/configure.ac.orig 2013-04-05 11:47:10.000000000 +0200
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
8a96554a
ER
21--- lxc-0.9.0/templates/Makefile.am~ 2013-03-19 00:17:01.000000000 +0200
22+++ lxc-0.9.0/templates/Makefile.am 2013-11-17 03:44:48.326889371 +0200
23@@ -6,6 +6,7 @@
24 lxc-ubuntu-cloud \
25 lxc-opensuse \
26 lxc-fedora \
27+ lxc-pld \
28 lxc-oracle \
29 lxc-altlinux \
30 lxc-busybox \
This page took 0.155608 seconds and 4 git commands to generate.