|
Lines 64-70
CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc --localstatedir=/var/db \
Link Here
|
| 64 |
--enable-dynamic-linking --disable-manpages-install \ |
64 |
--enable-dynamic-linking --disable-manpages-install \ |
| 65 |
--disable-linux-caps \ |
65 |
--disable-linux-caps \ |
| 66 |
--datadir=${PREFIX}/share/ --with-ivykis=system \ |
66 |
--datadir=${PREFIX}/share/ --with-ivykis=system \ |
| 67 |
--with-python=${PYTHON_VER} --with-python-packages=none |
67 |
--with-python=${PYTHON_VER} --with-python-packages=none |
|
|
68 |
CFLAGS+= -Wno-error=declaration-after-statement |
| 69 |
|
| 68 |
|
70 |
|
| 69 |
CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ |
71 |
CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ |
| 70 |
OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" |
72 |
OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" |