mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-08 06:31:58 +00:00
do not link core libraries in plugins
This commit is contained in:
+1
-2
@@ -531,11 +531,10 @@ def build_plugin(path, uc, cflags, ldflags, libs, name = None):
|
||||
|
||||
p_cflags = cflags[:]
|
||||
p_ldflags = ldflags[:]
|
||||
p_libs = libs[:]
|
||||
|
||||
p_cflags += up.CFLAGS
|
||||
p_ldflags += up.LDFLAGS
|
||||
p_libs += up.LIBS
|
||||
p_libs = up.LIBS
|
||||
|
||||
p_cflags.insert(0, '-I.')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user