diff --git a/dev-util/capstone/capstone-4.0.2.recipe b/dev-util/capstone/capstone-4.0.2.recipe index 0976e47aa..c4402b2b9 100644 --- a/dev-util/capstone/capstone-4.0.2.recipe +++ b/dev-util/capstone/capstone-4.0.2.recipe @@ -16,7 +16,7 @@ various X86 malware tricks)." HOMEPAGE="http://www.capstone-engine.org" COPYRIGHT="2013-2020 COSEINC" LICENSE="BSD (3-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/aquynh/capstone/archive/$portVersion.tar.gz" CHECKSUM_SHA256="7c81d798022f81e7507f1a60d6817f63aa76e489aa4e7055255f21a22f5e526a" srcGitRev="27c8950fe865a2326b919444aeb3cf18963d96ba" @@ -65,7 +65,8 @@ BUILD() { rm -rf build mkdir build; cd build - cmake .. $cmakeDirArgs -DCMAKE_BUILD_TYPE=Release + cmake .. $cmakeDirArgs -DCMAKE_BUILD_TYPE=Release \ + -DCAPSTONE_BUILD_STATIC=OFF make $jobArgs }