mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
capstone, disable static library (#7611)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user