mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
build with -fPIC on linux arm
This commit is contained in:
parent
3be2bb1f2d
commit
b3b93a8ffb
|
@ -55,7 +55,8 @@ build:
|
||||||
PHP_PREFIX: "{{prefix}}"
|
PHP_PREFIX: "{{prefix}}"
|
||||||
# 0.19.0 has an unused `int j = 0;`.
|
# 0.19.0 has an unused `int j = 0;`.
|
||||||
CXXFLAGS: $CXXFLAGS -Wno-unused-but-set-variable
|
CXXFLAGS: $CXXFLAGS -Wno-unused-but-set-variable
|
||||||
|
linux/aarch64:
|
||||||
|
CXXFLAGS: $CXXFLAGS -Wno-unused-but-set-variable -fPIC
|
||||||
provides:
|
provides:
|
||||||
- bin/thrift
|
- bin/thrift
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue