mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 05:31:44 +00:00
fixed spnego build
This commit is contained in:
@@ -3,6 +3,6 @@ NAME='router_spnego'
|
||||
|
||||
CFLAGS = []
|
||||
LDFLAGS = []
|
||||
LIBS = ['-L' + os.popen('krb5-config --libs gssapi').read().rstrip()]
|
||||
LIBS = os.popen('krb5-config --libs gssapi').read().rstrip().split()
|
||||
|
||||
GCC_LIST = ['router_spnego']
|
||||
|
||||
Reference in New Issue
Block a user