diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2009-06-06 02:59:37 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-06-06 03:03:29 +0200 |
commit | bbc44d395b4f0502f415d50e40c5b88b76f06660 (patch) | |
tree | f663967ce43615f49dea42e35b82a5c9cb301527 /Makefile | |
parent | 26730e6192cd6fa218a4a900612d6eb8236ebeff (diff) | |
download | dovecot-antispam-bbc44d395b4f0502f415d50e40c5b88b76f06660.tar.gz dovecot-antispam-bbc44d395b4f0502f415d50e40c5b88b76f06660.tar.xz dovecot-antispam-bbc44d395b4f0502f415d50e40c5b88b76f06660.zip |
corrected Makefile setting
changed -lssl from CFLAGS to LDFLAGS to remove warning
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ ifeq ("$(BACKEND)", "crm114-exec") objs += signature.o endif ifeq ("$(BACKEND)", "trainstore") -CFLAGS += -lssl +LDFLAGS += -lssl endif # main make rules |