mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
lxc: update to 3.0.1
Closes #14897. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
5b14d55652
commit
032a776e03
2 changed files with 26 additions and 8 deletions
15
srcpkgs/lxc/patches/musl-string.patch
Normal file
15
srcpkgs/lxc/patches/musl-string.patch
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
--- src/lxc/parse.c 2018-03-28 04:48:26.000000000 +0300
|
||||||
|
+++ src/lxc/parse.c 2018-05-07 21:07:45.737722549 +0300
|
||||||
|
@@ -23,11 +23,11 @@
|
||||||
|
|
||||||
|
#define _GNU_SOURCE
|
||||||
|
#include <stdio.h>
|
||||||
|
+#include <string.h>
|
||||||
|
#undef _GNU_SOURCE
|
||||||
|
#include <dirent.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
-#include <string.h>
|
||||||
|
#include <sys/mman.h>
|
||||||
|
|
||||||
|
#include "parse.h"
|
|
@ -2,21 +2,21 @@
|
||||||
_desc="Linux Containers"
|
_desc="Linux Containers"
|
||||||
|
|
||||||
pkgname=lxc
|
pkgname=lxc
|
||||||
version=2.1.1
|
version=3.0.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-doc --enable-seccomp --enable-cgmanager
|
configure_args="--enable-doc --enable-seccomp
|
||||||
--enable-capabilities --disable-apparmor --with-distro=none
|
--enable-capabilities --disable-apparmor --with-distro=none
|
||||||
--with-rootfs-path=/var/lxc/containers --with-log-path=/var/lxc/log"
|
--with-rootfs-path=/var/lxc/containers --with-log-path=/var/lxc/log"
|
||||||
hostmakedepends="pkg-config docbook2x"
|
hostmakedepends="automake libtool pkg-config docbook2x"
|
||||||
makedepends="libcap-devel libseccomp-devel gnutls-devel libcgmanager-devel"
|
makedepends="libcap-devel libseccomp-devel gnutls-devel"
|
||||||
depends="xz gnupg"
|
depends="xz gnupg"
|
||||||
short_desc="${_desc} - utilities"
|
short_desc="${_desc} - utilities"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://linuxcontainers.org"
|
homepage="https://linuxcontainers.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="https://linuxcontainers.org/downloads/lxc-${version}.tar.gz"
|
distfiles="https://linuxcontainers.org/downloads/lxc-${version}.tar.gz"
|
||||||
checksum=68663a67450a8d6734e137eac54cc7077209fb15c456eec401a2c26e6386eff6
|
checksum=45986c49be1c048fa127bd3e7ea1bd3347e25765c008a09a2e4c233151a2d5db
|
||||||
|
|
||||||
conf_files="/etc/lxc/default.conf"
|
conf_files="/etc/lxc/default.conf"
|
||||||
make_dirs="
|
make_dirs="
|
||||||
|
@ -25,9 +25,11 @@ make_dirs="
|
||||||
/var/lxc/log 0755 root root"
|
/var/lxc/log 0755 root root"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook XML\\" \\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\""|' -i configure
|
sed -e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook XML\\" \\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\""|' -i configure.ac
|
||||||
sed -e 's,docbook2x-man,docbook2man,g' -i configure
|
sed -e 's,docbook2x-man,docbook2man,g' -i configure.ac
|
||||||
|
./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/bash-completion/completions
|
vmkdir usr/share/bash-completion/completions
|
||||||
mv ${DESTDIR}/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions/
|
mv ${DESTDIR}/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions/
|
||||||
|
@ -43,6 +45,7 @@ liblxc_package() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
lxc-devel_package() {
|
lxc-devel_package() {
|
||||||
depends="libcap-devel liblxc>=${version}_${revision}"
|
depends="libcap-devel liblxc>=${version}_${revision}"
|
||||||
short_desc="${_desc} - development files"
|
short_desc="${_desc} - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue