mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
This fixes build with ld.bfd as the linker (e.g. on powerpc). This corrects a bug in D24103. Sponsored by: DARPA
18 lines
315 B
Makefile
18 lines
315 B
Makefile
# $FreeBSD$
|
|
|
|
KYUA_LIB= store
|
|
LIBADD= kyua_model kyua_utils sqlite3
|
|
|
|
CFLAGS+= -DKYUA_STOREDIR=\"${KYUA_STOREDIR}\"
|
|
|
|
SRCS= dbtypes.cpp \
|
|
exceptions.cpp \
|
|
layout.cpp \
|
|
metadata.cpp \
|
|
migrate.cpp \
|
|
read_backend.cpp \
|
|
read_transaction.cpp \
|
|
write_backend.cpp \
|
|
write_transaction.cpp
|
|
|
|
.include <bsd.lib.mk>
|