fixed spnego build

This commit is contained in:
Roberta Giordano
2013-05-04 08:37:55 +02:00
parent 0a157739bc
commit a3b9bed8c2
+1 -1
View File
@@ -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']