Skip to content

Commit

Permalink
add libdwarf manifest for folly to use
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ahornby authored and facebook-github-bot committed Apr 26, 2024
1 parent 628218e commit cd499d1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/fbcode_builder/manifests/folly
Expand Up @@ -16,6 +16,7 @@ gflags
glog
googletest
boost
libdwarf
libevent
libsodium
double-conversion
Expand Down
20 changes: 20 additions & 0 deletions build/fbcode_builder/manifests/libdwarf
@@ -0,0 +1,20 @@
[manifest]
name = libdwarf

[rpms]
libdwarf-devel
libdwarf

[debs]
libdwarf-dev

[homebrew]
dwarfutils

[download]
url = https://www.prevanders.net/libdwarf-0.9.2.tar.xz
sha256 = 22b66d06831a76f6a062126cdcad3fcc58540b89a1acb23c99f8861f50999ec3

[build]
builder = cmake
subdir = libdwarf-0.9.2

0 comments on commit cd499d1

Please sign in to comment.