summaryrefslogtreecommitdiff
path: root/content/ntp-4.1.2.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-09-16 20:39:43 +0000
committerChris Larson <clarson@kergoth.com>2003-09-16 20:39:43 +0000
commit1369211ac6cdee1ab8aa64c0020a5d52f8540c39 (patch)
treec9aa37f13989b720619d3de4bd961203b4116fd1 /content/ntp-4.1.2.oe
parentd3aa25dd28cb8ae476872f38abf60333712c9cc7 (diff)
Updates to .oe's to utilize the autotools oeclass, and removal of unnecessary 'set -e's now that its default.
BKrev: 3f67750f7hz7fa_5DclmHoTZT7vW3Q
Diffstat (limited to 'content/ntp-4.1.2.oe')
-rw-r--r--content/ntp-4.1.2.oe11
1 files changed, 11 insertions, 0 deletions
diff --git a/content/ntp-4.1.2.oe b/content/ntp-4.1.2.oe
index e69de29bb2..d66287d7a2 100644
--- a/content/ntp-4.1.2.oe
+++ b/content/ntp-4.1.2.oe
@@ -0,0 +1,11 @@
+DEPENDS = virtual/libc
+
+SRC_URI = http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${P}.tar.gz
+S = ${WORKDIR}/${P}
+
+inherit autotools
+
+EXTRA_OEMAKE =
+EXTRA_OECONF = --with-openssl-libdir=${STAGING_LIBDIR} \
+ --with-openssl-incdir=${STAGING_DIR}/target/include/openssl
+CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED"