summaryrefslogtreecommitdiff
path: root/user/libslirp/static.patch
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2020-03-24 17:21:14 -0500
committerMax Rees <maxcrees@me.com>2020-03-24 17:21:14 -0500
commit20f2af5a8c48426fd0ee30b6865942256a072274 (patch)
treed94ca7ca02fdfa616438811acf495ff508732e05 /user/libslirp/static.patch
parent5128f4be044e393219fc4507b9e051be5586728e (diff)
downloadpackages-20f2af5a8c48426fd0ee30b6865942256a072274.tar.gz
packages-20f2af5a8c48426fd0ee30b6865942256a072274.tar.bz2
packages-20f2af5a8c48426fd0ee30b6865942256a072274.tar.xz
packages-20f2af5a8c48426fd0ee30b6865942256a072274.zip
user/libslirp: new package
Diffstat (limited to 'user/libslirp/static.patch')
-rw-r--r--user/libslirp/static.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/user/libslirp/static.patch b/user/libslirp/static.patch
new file mode 100644
index 000000000..46451a168
--- /dev/null
+++ b/user/libslirp/static.patch
@@ -0,0 +1,14 @@
+library = shared
+both_libraries = shared and static (needed by qemu)
+
+--- libslirp-v4.2.0/meson.build 2020-03-17 10:07:35.000000000 +0000
++++ libslirp-v4.2.0/meson.build 2020-03-24 20:41:57.030331048 +0000
+@@ -100,7 +100,7 @@ configure_file(
+ configuration : conf
+ )
+
+-lib = library('slirp', sources,
++lib = both_libraries('slirp', sources,
+ version : lt_version,
+ c_args : cargs,
+ link_args : vflag,