ntp & joe: Manually zero the program prefix for autoconf, to work around autoconf...
authorChris Larson <clarson@kergoth.com>
Fri, 17 Oct 2003 17:02:38 +0000 (17:02 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 17 Oct 2003 17:02:38 +0000 (17:02 +0000)
BKrev: 3f9020aee5hVZwN3-zaC-Ntj0enIXg

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

index 5ba0b22..6175aa3 100644 (file)
@@ -5,3 +5,5 @@ 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"