summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-17 17:00:18 +0000
committerChris Larson <clarson@kergoth.com>2003-10-17 17:00:18 +0000
commiteced0a1e90382294cbcef2083df4cfcc45f1bf0c (patch)
tree202dab26a67cbfa32aedbfd96d770a76d290e95d
parent8131795a86fab03e21054c2ed1571576594c6b98 (diff)
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: 3f902022by8ZFnCMt2Bm_o2iXY9_YA
-rw-r--r--joe/joe_2.9.8.oe9
-rw-r--r--ntp/ntp_4.1.2.oe3
2 files changed, 11 insertions, 1 deletions
diff --git a/joe/joe_2.9.8.oe b/joe/joe_2.9.8.oe
index e69de29bb2..6175aa3ad8 100644
--- a/joe/joe_2.9.8.oe
+++ b/joe/joe_2.9.8.oe
@@ -0,0 +1,9 @@
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+DESCRIPTION = "joe's own editor."
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz
+
+inherit autotools
+
+EXTRA_OECONF = --program-prefix=
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"