summaryrefslogtreecommitdiff
path: root/community/lxc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lxc/PKGBUILD')
-rw-r--r--community/lxc/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/lxc/PKGBUILD b/community/lxc/PKGBUILD
index f5199755e..354f1cafc 100644
--- a/community/lxc/PKGBUILD
+++ b/community/lxc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 92863 2013-06-17 10:56:02Z spupykin $
+# $Id: PKGBUILD 93086 2013-06-24 09:48:17Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andrea Zucchelli <zukka77@gmail.com>
# Contributor: Daniel Micay <danielmicay@gmail.com>
@@ -21,7 +21,10 @@ md5sums=('8552a4479090616f4bc04d8473765fc9')
prepare() {
cd "$srcdir/$pkgname-${pkgver/_/-}"
- sed -i "s/for name in docbook2x-man db2x_docbook2man; do/for name in docbook2x-man db2x_docbook2man docbook2man; do/" configure.ac
+ sed -i \
+ -e "s/for name in docbook2x-man db2x_docbook2man; do/for name in docbook2x-man db2x_docbook2man docbook2man; do/" \
+ -e "s|AM_INIT_AUTOMAKE.*|AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability subdir-objects])|" \
+ configure.ac
}
build() {