mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-07 07:02:53 +03:00
Summary: X-link: https://github.com/facebookincubator/zstrong/pull/907 I don't sure that I make all in accordance with the your contribution pipeline, so please correct me If there is needed. So, I've made some changes to support the `pacman` package manager in your `getdeps.py` script. In `manifests` I'm also duplicated some packages from `debs` and `rpms` sections and create a new `pps` sections with according packages for `pacman`. Issue: https://github.com/facebook/folly/issues/1701 X-link: https://github.com/facebook/folly/pull/1702 Reviewed By: yfeldblum Differential Revision: D33514769 Pulled By: Orvid fbshipit-source-id: a081c3a5bcb7f7cdde3a4a91c0d15517c0a171b3
24 lines
431 B
Plaintext
24 lines
431 B
Plaintext
[manifest]
|
|
name = libelf
|
|
|
|
[rpms]
|
|
elfutils-libelf-devel-static
|
|
|
|
[debs]
|
|
libelf-dev
|
|
|
|
[pps]
|
|
libelf
|
|
|
|
[download]
|
|
url = https://ftp.osuosl.org/pub/blfs/conglomeration/libelf/libelf-0.8.13.tar.gz
|
|
sha256 = 591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d
|
|
|
|
# libelf only makes sense on linux, so make it a NOP on other platforms
|
|
[build.not(os=linux)]
|
|
builder = nop
|
|
|
|
[build.os=linux]
|
|
builder = autoconf
|
|
subdir = libelf-0.8.13
|