diff options
Diffstat (limited to 'net/lighttpd/patches')
-rw-r--r-- | net/lighttpd/patches/010-meson-lua.patch | 7 | ||||
-rw-r--r-- | net/lighttpd/patches/020-meson-zstd.patch | 5 |
2 files changed, 1 insertions, 11 deletions
diff --git a/net/lighttpd/patches/010-meson-lua.patch b/net/lighttpd/patches/010-meson-lua.patch index d1c96c84a..e75250b88 100644 --- a/net/lighttpd/patches/010-meson-lua.patch +++ b/net/lighttpd/patches/010-meson-lua.patch @@ -12,11 +12,9 @@ Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com> src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/src/meson.build b/src/meson.build -index 71e4ec90..14ed9cec 100644 --- a/src/meson.build +++ b/src/meson.build -@@ -381,7 +381,7 @@ endif +@@ -377,7 +377,7 @@ endif liblua = [] if get_option('with_lua') found_lua = false @@ -25,6 +23,3 @@ index 71e4ec90..14ed9cec 100644 if not(found_lua) liblua = dependency(l, required: false) if (liblua.found()) --- -2.28.0 - diff --git a/net/lighttpd/patches/020-meson-zstd.patch b/net/lighttpd/patches/020-meson-zstd.patch index deb7190a3..184d6b19d 100644 --- a/net/lighttpd/patches/020-meson-zstd.patch +++ b/net/lighttpd/patches/020-meson-zstd.patch @@ -8,8 +8,6 @@ Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com> meson_options.txt | 5 +++++ 1 file changed, 5 insertions(+) -diff --git a/meson_options.txt b/meson_options.txt -index 51bea44d..f6687159 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -148,6 +148,11 @@ option('with_zlib', @@ -24,6 +22,3 @@ index 51bea44d..f6687159 100644 option('build_extra_warnings', type: 'boolean', --- -2.29.2 - |