diff options
author | root <root@rshg054.dnsready.net> | 2013-06-25 01:24:59 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-25 01:24:59 -0700 |
commit | f566ab403132b1bb3eb3a5b2e604c117bc0630c7 (patch) | |
tree | 527a5315be2c0b6515eea617502792cde6757792 /community/lxc | |
parent | fad7e04efd4045c478db2e849bb8d457b82cdada (diff) |
Tue Jun 25 01:24:57 PDT 2013
Diffstat (limited to 'community/lxc')
-rw-r--r-- | community/lxc/PKGBUILD | 7 |
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() { |