ntp & joe: Manually zero the program prefix for autoconf, to work around autoconf...
authorChris Larson <clarson@kergoth.com>
Fri, 17 Oct 2003 17:00:18 +0000 (17:00 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 17 Oct 2003 17:00:18 +0000 (17:00 +0000)
BKrev: 3f902022by8ZFnCMt2Bm_o2iXY9_YA

joe/joe_2.9.8.oe
ntp/ntp_4.1.2.oe

index e69de29..6175aa3 100644 (file)
@@ -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=
index aafe8d3..b560833 100644 (file)
@@ -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"