aboutsummaryrefslogtreecommitdiffstats
path: root/ntp
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-27 21:55:10 +0000
committerChris Larson <clarson@kergoth.com>2003-10-27 21:55:10 +0000
commitdfc75d408b9ab582f05b01bb99803609fb4dddc2 (patch)
tree770bb1d695a776fa4c72625ef8d7fd6d6b245a3c /ntp
parentf7f28b5d20d04ef02de1e6c4215e7ca3de9fdc83 (diff)
downloadopenembedded-dfc75d408b9ab582f05b01bb99803609fb4dddc2.tar.gz
Remove --program-prefix= opts, now that we fixed it in autoconf's core m4 files.
BKrev: 3f9d943eWkX_eMkS_aDD4EDx_q6mSg
Diffstat (limited to 'ntp')
-rw-r--r--ntp/ntp_4.1.2.oe3
1 files changed, 1 insertions, 2 deletions
diff --git a/ntp/ntp_4.1.2.oe b/ntp/ntp_4.1.2.oe
index b560833c78..aafe8d3e14 100644
--- a/ntp/ntp_4.1.2.oe
+++ b/ntp/ntp_4.1.2.oe
@@ -7,6 +7,5 @@ S = ${WORKDIR}/${P}
inherit autotools
EXTRA_OECONF = --with-openssl-libdir=${STAGING_LIBDIR} \
- --with-openssl-incdir=${STAGING_DIR}/target/include/openssl \
- --program-prefix=
+ --with-openssl-incdir=${STAGING_DIR}/target/include/openssl
CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED"