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/1145 This diff contains a few changes to the xz and libiberty getdeps builds that are required in order for folly to build as a shared library, which in turn is needed for folly's Python extensions to build correctly. Reviewed By: hyuen Differential Revision: D68252093 fbshipit-source-id: 036bc4a0e7bf9a11f0a4aa6ec0014f7935afbb5b
27 lines
500 B
Plaintext
27 lines
500 B
Plaintext
[manifest]
|
|
name = libiberty
|
|
|
|
[rpms]
|
|
binutils-devel
|
|
binutils
|
|
|
|
[debs]
|
|
binutils-dev
|
|
|
|
[download]
|
|
url = https://ftp.gnu.org/gnu/binutils/binutils-2.43.tar.xz
|
|
sha256 = b53606f443ac8f01d1d5fc9c39497f2af322d99e14cea5c0b4b124d630379365
|
|
|
|
[dependencies]
|
|
zlib
|
|
|
|
[build]
|
|
builder = autoconf
|
|
subdir = binutils-2.43/libiberty
|
|
patchfile = libiberty_install_pic_lib.patch
|
|
|
|
# only build the parts needed for demangling
|
|
# as we still want to use system linker and assembler etc
|
|
[autoconf.args]
|
|
--enable-install-libiberty
|