Lines 25-31
ISCVERSION= 9.10.3
Link Here
|
25 |
|
25 |
|
26 |
MAKE_JOBS_UNSAFE= yes |
26 |
MAKE_JOBS_UNSAFE= yes |
27 |
|
27 |
|
28 |
USES= cpe libedit |
28 |
USES= cpe readline |
29 |
|
29 |
|
30 |
CPE_VENDOR= isc |
30 |
CPE_VENDOR= isc |
31 |
CPE_VERSION= ${ISCVERSION:C/-.*//} |
31 |
CPE_VERSION= ${ISCVERSION:C/-.*//} |
Lines 40-45
CONFIGURE_ARGS+= --localstatedir=/var --disable-linux-caps \
Link Here
|
40 |
--disable-symtable \ |
40 |
--disable-symtable \ |
41 |
--with-randomdev=/dev/random \ |
41 |
--with-randomdev=/dev/random \ |
42 |
--with-libxml2=${LOCALBASE} \ |
42 |
--with-libxml2=${LOCALBASE} \ |
|
|
43 |
--with-readline="-lreadline" \ |
43 |
--sysconfdir=${ETCDIR} |
44 |
--sysconfdir=${ETCDIR} |
44 |
ETCDIR= ${PREFIX}/etc/namedb |
45 |
ETCDIR= ${PREFIX}/etc/namedb |
45 |
|
46 |
|