Skip to content

Commit

Permalink
fix(thrift)
Browse files Browse the repository at this point in the history
 closes #7369
  • Loading branch information
jhheider committed Oct 5, 2024
1 parent 5a5c007 commit 81275c9
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions projects/apache.org/thrift/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ build:
freedesktop.org/pkg-config: '*'
gnu.org/bison: '*'
boost.org: '*'

script: |
./bootstrap.sh
./configure $ARGS
make --jobs {{ hw.concurrency }} install
script:
# find pkg.m4
- cp {{deps.freedesktop.org/pkg-config.prefix}}/share/aclocal/pkg.m4 aclocal/
- ./bootstrap.sh
- ./configure $ARGS
- make --jobs {{ hw.concurrency }} install
env:
ARGS:
- --prefix={{prefix}}
Expand Down Expand Up @@ -51,6 +51,7 @@ build:
- --without-lua
- --without-rs
- --without-swift
- --with-qt5=no
PY_PREFIX: '{{prefix}}'
PHP_PREFIX: '{{prefix}}'
# 0.19.0 has an unused `int j = 0;`.
Expand All @@ -59,8 +60,8 @@ build:
CXXFLAGS: $CXXFLAGS -Wno-unused-but-set-variable -fPIC
darwin:
MACOSX_DEPLOYMENT_TARGET: 11.0

provides:
- bin/thrift

test:
script: thrift --version | grep {{version}}
test: thrift --version | grep {{version}}

0 comments on commit 81275c9

Please sign in to comment.