mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
gen.c needs LIBS for NetBSD
This commit is contained in:
@@ -30,9 +30,11 @@ CINCLUDES = -I${srcdir}/../isc/unix/include \
|
|||||||
CDEFINES =
|
CDEFINES =
|
||||||
CWARNINGS =
|
CWARNINGS =
|
||||||
|
|
||||||
|
LIBS = @LIBS@
|
||||||
|
|
||||||
# Alphabetically
|
# Alphabetically
|
||||||
OBJS = callbacks.o compress.o db.o dbiterator.o dbtable.o \
|
OBJS = callbacks.o compress.o db.o dbiterator.o dbtable.o \
|
||||||
master.o name.o rbt.o rbtdb.o rbtdb64.o \
|
master.o message.o name.o rbt.o rbtdb.o rbtdb64.o \
|
||||||
rdata.o rdatalist.o rdataset.o rdatasetiter.o rdataslab.o \
|
rdata.o rdatalist.o rdataset.o rdatasetiter.o rdataslab.o \
|
||||||
result.o version.o
|
result.o version.o
|
||||||
|
|
||||||
@@ -75,6 +77,6 @@ code.h: gen
|
|||||||
./gen -s ${srcdir} > code.h
|
./gen -s ${srcdir} > code.h
|
||||||
|
|
||||||
gen: gen.c
|
gen: gen.c
|
||||||
${CC} ${ALL_CFLAGS} -o $@ $?
|
${CC} ${ALL_CFLAGS} -o $@ $? ${LIBS}
|
||||||
|
|
||||||
rbtdb64.o: rbtdb.c
|
rbtdb64.o: rbtdb.c
|
||||||
|
Reference in New Issue
Block a user