mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-07 13:14:26 +02:00
testing/libneo4j-client: disable more werror
This commit is contained in:
parent
872a366c57
commit
bde5e6028a
1 changed files with 4 additions and 2 deletions
|
@ -26,7 +26,7 @@ subpackages="
|
|||
source="https://github.com/cleishm/libneo4j-client/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
export CFLAGS="$CFLAGS -Wno-error=uninitialized -Wno-error=nonnull"
|
||||
export CFLAGS="$CFLAGS -Wno-error=maybe-uninitialized -Wno-error=uninitialized -Wno-error=nonnull"
|
||||
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
|
@ -55,4 +55,6 @@ client() {
|
|||
amove usr/bin/neo4j-client
|
||||
}
|
||||
|
||||
sha512sums="973f8e49ee780b9ef8710dad057f264db1004523059ece5504af32c2ba5367e9199898d24aa133c017c953b0b750b2a23495765069c9a5ad470e8387a0eb4d9a libneo4j-client-2.2.0.tar.gz"
|
||||
sha512sums="
|
||||
973f8e49ee780b9ef8710dad057f264db1004523059ece5504af32c2ba5367e9199898d24aa133c017c953b0b750b2a23495765069c9a5ad470e8387a0eb4d9a libneo4j-client-2.2.0.tar.gz
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue