aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openntpd
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-09-02 11:55:53 +0000
committerKoen Kooi <koen@openembedded.org>2006-09-02 11:55:53 +0000
commit8f2755bcfe2318ab67491d2611c500ecc3609a6b (patch)
treeaad648c947195315d64a3c9a1d022e0dafbc6531 /packages/openntpd
parent2e3eb5b4d53e2adef9dfcc0d603935bba65caee8 (diff)
downloadopenembedded-8f2755bcfe2318ab67491d2611c500ecc3609a6b.tar.gz
openntpd: don't pickup unwanted ssl libs, closes #1378
Diffstat (limited to 'packages/openntpd')
-rw-r--r--packages/openntpd/openntpd_3.7p1.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/openntpd/openntpd_3.7p1.bb b/packages/openntpd/openntpd_3.7p1.bb
index 43c419ae24..6649361fd4 100644
--- a/packages/openntpd/openntpd_3.7p1.bb
+++ b/packages/openntpd/openntpd_3.7p1.bb
@@ -6,7 +6,7 @@ LICENSE = "BSD"
SECTION = "console/network"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>"
DEPENDS = "timezones"
-PR="r11"
+PR="r12"
SRC_URI = "http://www.zip.com.au/~dtucker/openntpd/release/openntpd-${PV}.tar.gz \
file://autofoo.patch;patch=1 \
@@ -23,7 +23,10 @@ inherit autotools update-rc.d
EXTRA_OECONF += "CFLAGS=-DUSE_ADJTIMEX --disable-strip --prefix=/usr \
--sysconfdir=/etc --with-privsep-path=/${localstatedir}/shared/empty \
- --with-privsep-user=ntpd"
+ --with-privsep-user=ntpd \
+ --with-builtin-arc4random \
+ --without-ssl-dir \
+ "
do_install_prepend() {
install -d ${D}${sysconfdir}/init.d