[Kamailio-Devel] Small issue in db_berkeley/Makefile
Jan Janak
jan at iptel.org
Thu Feb 19 12:44:25 CET 2009
Hello,
Some directives in db_berkeley/Makefile are in wrong order, namely the
inclusion of Makefile.defs should be done as the very first thing:
-----------
DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \
-I$(LOCALBASE)/include/db4 -I$(SYSBASE)/include
include ../../Makefile.defs
auto_gen=
NAME=db_berkeley.so
LIBS=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib
-ldb
include ../../Makefile.modules
-------------------
Jan.
More information about the Devel
mailing list