]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - hostapd/Makefile
hlr_auc_gw: Add SQLite database support for Milenage information
[thirdparty/hostap.git] / hostapd / Makefile
index 7bd080f54a82cedcfe0e3e876b25b005eb491082..420bc5b67e8add601a82c2ca2bea6be6a7b2c2e4 100644 (file)
@@ -884,6 +884,11 @@ ifdef TLS_FUNCS
 LIBS_n += -lcrypto
 endif
 
+ifdef CONFIG_SQLITE
+CFLAGS += -DCONFIG_SQLITE
+LIBS_h += -lsqlite3
+endif
+
 HOBJS += hlr_auc_gw.o ../src/utils/common.o ../src/utils/wpa_debug.o ../src/utils/os_$(CONFIG_OS).o ../src/utils/wpabuf.o ../src/crypto/milenage.o
 HOBJS += ../src/crypto/aes-encblock.o
 ifdef CONFIG_INTERNAL_AES