Skip to content

Commit 49a7848

Browse files
ahornbyfacebook-github-bot
authored andcommitted
add libdwarf manifest for folly to use
Summary: Give folly depends on and picks up libdwarf, add a manifest for libdwarf to make it explicit and stop it being found via other means Reviewed By: markbt Differential Revision: D56630711 fbshipit-source-id: 7b9386b4b93788e7efda13e51e35c9fec4fd6df2
1 parent 5c8d3dc commit 49a7848

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

build/fbcode_builder/manifests/folly

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ gflags
1616
glog
1717
googletest
1818
boost
19+
libdwarf
1920
libevent
2021
libsodium
2122
double-conversion
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[manifest]
2+
name = libdwarf
3+
4+
[rpms]
5+
libdwarf-devel
6+
libdwarf
7+
8+
[debs]
9+
libdwarf-dev
10+
11+
[homebrew]
12+
dwarfutils
13+
14+
[download]
15+
url = https://www.prevanders.net/libdwarf-0.9.2.tar.xz
16+
sha256 = 22b66d06831a76f6a062126cdcad3fcc58540b89a1acb23c99f8861f50999ec3
17+
18+
[build]
19+
builder = cmake
20+
subdir = libdwarf-0.9.2

0 commit comments

Comments
 (0)