mirror of
https://github.com/znc/znc.git
synced 2026-08-08 01:43:03 +02:00
Fix cyrusauth to be loadable again. #246
When it was renamed from saslauth, compilation flags were not renamed...
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ endif
|
||||
ifeq "@CYRUS@" ""
|
||||
FILES := $(shell echo $(FILES) | sed -e "s:cyrusauth::")
|
||||
endif
|
||||
saslauthLDFLAGS := -lsasl2
|
||||
cyrusauthLDFLAGS := -lsasl2
|
||||
|
||||
ifeq "@CHARSET@" ""
|
||||
FILES := $(shell echo $(FILES) | sed -e "s:charset::")
|
||||
|
||||
Reference in New Issue
Block a user