Skip to content

Commit

Permalink
Merge pull request #2176 from blshkv/master
Browse files Browse the repository at this point in the history
lief
  • Loading branch information
github-actions[bot] authored Dec 28, 2024
2 parents c4dbc4d + 0183bf4 commit 50183d3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev-util/lief/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DIST lief-0.15.1.tar.gz 13503234 BLAKE2B b8d10a0d962db6d63e1f2d277756d0e43bb177677712f8c4856bda901ffa9f31ded358985c71c7cfd44936d03dd300d0011790669bd5edddc6dfd46273153a58 SHA512 30f248ce5c77993ccc08a360bfd74562ff1e661233abf7e6017cd11351ee359c67848a1ac4159b82a38e971f41704a6008b8778c817e06ef558efe21b76e04ae
DIST lief-0.16.0.tar.gz 16420210 BLAKE2B ff5c230ba6c1ee472ddfad31669ed33a39283f73026cf66b2078e81b924948685d0e027b13930cbad962a4055599d46dfb52a851626efef34683e3d66947da5c SHA512 7df75fab6c7023e37a6a4d27fac8dcb4200e0235625fc5952bb23cedb2e582a37fb67ee471c1ae953c0b205fd9cca5538a835f65ef80a771f72dc7ff68000ed9
DIST lief-0.16.1.tar.gz 16420382 BLAKE2B 5de2b12370c4f6b5aee3bfc242fc407435fb83d44d5be444130ba32501f2b15aeb01339fe9f35726a657d61bec176e094da6fdf783a73269b891d41e0454f43a SHA512 776d26bc5d8ec7bca823d1c0fc821b0efc2411976901e1fca0ffecbc64591798e9e21a483c1637e9877bdd921dc463ffaef4eeb6a76d9dd8463c97c5f50834d4
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ S=${WORKDIR}/LIEF-${PV}

LICENSE="Apache-2.0"
SLOT="0"

KEYWORDS="amd64 x86"

IUSE="examples +python static-libs"
Expand Down Expand Up @@ -79,6 +80,15 @@ src_configure() {
-DBUILD_SHARED_LIBS="$(usex static-libs OFF ON)"
-DLIEF_EXAMPLES="$(usex examples ON OFF)"
-DLIEF_PYTHON_API="$PYTHON_API"

-DLIEF_MACHO=OFF

# -DLIEF_PY_LIEF_EXT=ON
# -DLIEF_PYTHON_STATIC=OFF
# -DLIEF_PY_LIEF_EXT_SHARED=ON
# -DBUILD_SHARED_LIBS=ON
# -DLIEF_FORCE_API_EXPORTS=ON

-DLIEF_FORCE32="$FORCE32"
)
# use python && mycmakeargs+=(
Expand Down
3 changes: 3 additions & 0 deletions profiles/pentoo/features/wd40/package.mask
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Requires dev-python/cryptography
app-pda/pymobiledevice3

# required dev-python/pydantic
dev-util/lief

0 comments on commit 50183d3

Please sign in to comment.