diff options
Diffstat (limited to 'ntp/ntp_4.1.2.oe')
-rw-r--r-- | ntp/ntp_4.1.2.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ntp/ntp_4.1.2.oe b/ntp/ntp_4.1.2.oe index e69de29bb2..aafe8d3e14 100644 --- a/ntp/ntp_4.1.2.oe +++ b/ntp/ntp_4.1.2.oe @@ -0,0 +1,11 @@ +DEPENDS = virtual/libc openssl + +SRC_URI = http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${P}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 +S = ${WORKDIR}/${P} + +inherit autotools + +EXTRA_OECONF = --with-openssl-libdir=${STAGING_LIBDIR} \ + --with-openssl-incdir=${STAGING_DIR}/target/include/openssl +CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" |