diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-12 23:12:30 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-12 23:12:30 +0000 |
commit | 00b25f525858bd9382356610e23279242d1999df (patch) | |
tree | 453802c3f5fb5eec83e5ed89e3c42b7a7bb9143d | |
parent | 2f2cac6be50bb8ee70e762a6a080485d1090838a (diff) |
disable SSL in default ntp build
add ntp-ssl package for those who want it
BKrev: 4195435e0CMSUKzeqG6hx3k7TpuTYA
-rw-r--r-- | ntp/ntp-ssl_4.1.2.oe | 0 | ||||
-rw-r--r-- | ntp/ntp_4.1.2.oe | 4 |
2 files changed, 1 insertions, 3 deletions
diff --git a/ntp/ntp-ssl_4.1.2.oe b/ntp/ntp-ssl_4.1.2.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ntp/ntp-ssl_4.1.2.oe diff --git a/ntp/ntp_4.1.2.oe b/ntp/ntp_4.1.2.oe index 3bf0c38758..5c316dd91e 100644 --- a/ntp/ntp_4.1.2.oe +++ b/ntp/ntp_4.1.2.oe @@ -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" |