mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
Bump to latest 2.0.25.1 release Drop upstream PCRE2 patch and alarm memory leak fix. Rework and refresh patch due to release bump. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
11 lines
277 B
Diff
11 lines
277 B
Diff
--- a/uwsgiconfig.py
|
|
+++ b/uwsgiconfig.py
|
|
@@ -684,7 +684,6 @@ class uConf(object):
|
|
self.include_path += os.environ['UWSGI_INCLUDES'].split(',')
|
|
|
|
cflags = [
|
|
- '-O2',
|
|
'-I.',
|
|
'-Wall',
|
|
'-D_LARGEFILE_SOURCE',
|