mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 05:35:52 +03:00
Ports/radare2: Support x86_64
This update was merged with a33b9a8
, which has the `--disable-threads`
flag. This update brings support for `x86_64` and uses a more up to date
Github url. It also removes the `workdir` as it was set to the default.
This commit is contained in:
parent
4d2f148267
commit
7e3a952158
Notes:
sideshowbarker
2024-07-17 10:23:07 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/7e3a952158 Pull-request: https://github.com/SerenityOS/serenity/pull/14179 Reviewed-by: https://github.com/IdanHo Reviewed-by: https://github.com/linusg Reviewed-by: https://github.com/timschumi
@ -1,12 +1,11 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=radare2
|
||||
version=5.7.0
|
||||
useconfigure=true
|
||||
workdir=$port-$version
|
||||
files="https://codeload.github.com/radareorg/radare2/tar.gz/refs/tags/$version radare2-$version.tar.gz fe7ca861bf71dd3c4766a57f73fd97b216bcfde161720f949c05875df212976b"
|
||||
auth_type=sha256
|
||||
configopts=("--disable-debugger" "--disable-threads" "--with-ostype=serenityos" "--host=i686-serenityos")
|
||||
port='radare2'
|
||||
version='5.7.0'
|
||||
files="https://github.com/radareorg/radare2/archive/refs/tags/${version}.tar.gz radare2-${version}.tar.gz fe7ca861bf71dd3c4766a57f73fd97b216bcfde161720f949c05875df212976b"
|
||||
auth_type='sha256'
|
||||
useconfigure='true'
|
||||
configopts=("--disable-debugger" "--disable-threads" "--with-ostype=serenityos" "--host=${SERENITY_ARCH}-serenityos")
|
||||
|
||||
pre_configure() {
|
||||
cp -f "$workdir/dist/plugins-cfg/plugins.tiny.cfg" "$workdir/plugins.cfg"
|
||||
cp -f "${workdir}/dist/plugins-cfg/plugins.tiny.cfg" "${workdir}/plugins.cfg"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user