diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-04-10 23:43:57 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-04-10 23:43:57 +0800 |
| commit | 096b51ed391ce3a385572fc6eb719cd2638b87a2 (patch) | |
| tree | 297f398efdc3945a8ae188eac9c6bdf26ddad192 | |
| parent | 99ad4f5c59f520743bb3a171adc02f1093175851 (diff) | |
| download | alicelinux-096b51ed391ce3a385572fc6eb719cd2638b87a2.tar.gz alicelinux-096b51ed391ce3a385572fc6eb719cd2638b87a2.zip | |
libslirp: fix build with clang
| -rw-r--r-- | repos/extra/libslirp/abuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/repos/extra/libslirp/abuild b/repos/extra/libslirp/abuild index bdb04262..61d19789 100644 --- a/repos/extra/libslirp/abuild +++ b/repos/extra/libslirp/abuild @@ -2,3 +2,7 @@ name=libslirp version=4.9.0 release=1 source="https://gitlab.freedesktop.org/slirp/$name/-/archive/v$version/$name-$version.tar.bz2" + +prebuild() { + sed '221,239d' -i meson.build +} |