First pass at patches to update various packages to recent autotools (first pass...
[vuplus_openembedded] / ntp / ntp_4.1.2.oe
1 DEPENDS = virtual/libc openssl
2
3 SRC_URI = http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${P}.tar.gz \
4           file://${FILESDIR}/configure.patch;patch=1
5 S = ${WORKDIR}/${P}
6
7 inherit autotools
8
9 EXTRA_OECONF = --with-openssl-libdir=${STAGING_LIBDIR} \
10                --with-openssl-incdir=${STAGING_DIR}/target/include/openssl
11 CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED"