mirror of
https://aur.archlinux.org/ocp.git
synced 2025-04-26 21:44:28 -04:00
Fix gcc 6.0
This commit is contained in:
parent
39b13c5baa
commit
9da423fa97
2 changed files with 3 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -16,7 +16,7 @@ install=ocp.install
|
|||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
sed -i "4592c2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9]|3.[0-9].[0-9]-*|4.*|5.*)" configure
|
||||
sed -i "4592c2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9]|3.[0-9].[0-9]-*|4.*|5.*|6.*)" configure
|
||||
./configure --prefix=/usr --sysconfdir=/etc
|
||||
make -j1 DESTDIR=$pkgdir
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue