disable SSL in default ntp build
authorPhil Blundell <philb@gnu.org>
Fri, 12 Nov 2004 23:12:30 +0000 (23:12 +0000)
committerPhil Blundell <philb@gnu.org>
Fri, 12 Nov 2004 23:12:30 +0000 (23:12 +0000)
add ntp-ssl package for those who want it

BKrev: 4195435e0CMSUKzeqG6hx3k7TpuTYA

ntp/ntp-ssl_4.1.2.oe [new file with mode: 0644]
ntp/ntp_4.1.2.oe

diff --git a/ntp/ntp-ssl_4.1.2.oe b/ntp/ntp-ssl_4.1.2.oe
new file mode 100644 (file)
index 0000000..e69de29
index 3bf0c38..5c316dd 100644 (file)
@@ -4,7 +4,6 @@ another server or reference time source, such as a radio \
 or satellite receiver or modem."
 SECTION = "console/network"
 PRIORITY = "optional"
-DEPENDS = "openssl"
 
 SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV}.tar.gz \
           file://configure.patch;patch=1 \
@@ -12,8 +11,7 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV}.tar.gz \
 
 inherit autotools
 
-EXTRA_OECONF = "--with-openssl-libdir=${STAGING_LIBDIR} \
-               --with-openssl-incdir=${STAGING_INCDIR}/openssl"
+EXTRA_OECONF = "--without-openssl"
 CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED"
 
 PACKAGES = "ntpdate ntp"