aboutsummaryrefslogtreecommitdiffstats
path: root/ntp
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-17 17:02:38 +0000
committerChris Larson <clarson@kergoth.com>2003-10-17 17:02:38 +0000
commit590326218af28509de33b86c3cfc2b34b7a39e5d (patch)
tree202dab26a67cbfa32aedbfd96d770a76d290e95d /ntp
parent49a065f8490cf240c92b75baea3bc4ebe15143f9 (diff)
downloadopenembedded-590326218af28509de33b86c3cfc2b34b7a39e5d.tar.gz
ntp & joe: Manually zero the program prefix for autoconf, to work around autoconf brokenness. program prefix should be set when host_alias != target_alias, NOT when build_alias != target_alias.
BKrev: 3f9020aee5hVZwN3-zaC-Ntj0enIXg
Diffstat (limited to 'ntp')
-rw-r--r--ntp/ntp_4.1.2.oe3
1 files changed, 2 insertions, 1 deletions
diff --git a/ntp/ntp_4.1.2.oe b/ntp/ntp_4.1.2.oe
index aafe8d3e14..b560833c78 100644
--- a/ntp/ntp_4.1.2.oe
+++ b/ntp/ntp_4.1.2.oe
@@ -7,5 +7,6 @@ S = ${WORKDIR}/${P}
inherit autotools
EXTRA_OECONF = --with-openssl-libdir=${STAGING_LIBDIR} \
- --with-openssl-incdir=${STAGING_DIR}/target/include/openssl
+ --with-openssl-incdir=${STAGING_DIR}/target/include/openssl \
+ --program-prefix=
CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED"