Lines 27-39
USE_SQLITE= 3
Link Here
|
27 |
USE_BDB= 41+ |
27 |
USE_BDB= 41+ |
28 |
USE_LDCONFIG= yes |
28 |
USE_LDCONFIG= yes |
29 |
GNU_CONFIGURE= yes |
29 |
GNU_CONFIGURE= yes |
30 |
CONFIGURE_ARGS= --enable-static \ |
30 |
CONFIGURE_ARGS= --disable-silent-rules \ |
31 |
--enable-gnome-keyring=yes \ |
31 |
--enable-gnome-keyring=yes \ |
32 |
--with-openldap=yes \ |
32 |
--with-openldap=yes \ |
33 |
--with-libdb=${LOCALBASE} |
33 |
--with-libdb=${LOCALBASE} |
34 |
INSTALL_TARGET= install-strip |
34 |
INSTALL_TARGET= install-strip |
35 |
CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS} |
35 |
CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} |
36 |
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |
36 |
LDFLAGS+= -Wl,--allow-shlib-undefined |
|
|
37 |
LIBS+= -L${LOCALBASE}/lib |
37 |
|
38 |
|
38 |
PLIST_SUB= VERSION="2.32" EVO_VERSION="1.2" |
39 |
PLIST_SUB= VERSION="2.32" EVO_VERSION="1.2" |
39 |
|
40 |
|