Remove --program-prefix= opts, now that we fixed it in autoconf's core m4 files.
authorChris Larson <clarson@kergoth.com>
Mon, 27 Oct 2003 21:55:10 +0000 (21:55 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 27 Oct 2003 21:55:10 +0000 (21:55 +0000)
BKrev: 3f9d943eWkX_eMkS_aDD4EDx_q6mSg

fakeroot/fakeroot_0.7.8.oe
gnupg/gnupg_1.0.7.oe
gnupg/gnupg_1.2.3.oe
joe/joe_2.9.8.oe
lisa/lisa_0.2.2.oe
mailutils/mailutils_0.3.1.oe
ntp/ntp_4.1.2.oe

index 84445b1..fad2bcd 100644 (file)
@@ -2,5 +2,3 @@ SRC_URI := ${DEBIAN_MIRROR}/main/f/fakeroot/${PN}_${PV}.tar.gz
 S = ${WORKDIR}/${P}
 
 inherit autotools libtool
-
-EXTRA_OECONF = --program-prefix=
index e69de29..a41c0e6 100644 (file)
@@ -0,0 +1,9 @@
+DEPENDS = virtual/libc zlib
+RDEPENDS = libc6 zlib
+
+SRC_URI = ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${PV}.tar.gz \
+         file://${FILESDIR}/gcc3.patch;patch=1
+
+inherit autotools
+
+EXTRA_OEMAKE = "'checks='"
index e69de29..5b7b124 100644 (file)
@@ -0,0 +1,8 @@
+DEPENDS = virtual/libc zlib
+RDEPENDS = libc6 zlib
+
+SRC_URI = ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${PV}.tar.gz
+
+inherit autotools
+
+EXTRA_OEMAKE = "'checks='"
index 6175aa3..5ba0b22 100644 (file)
@@ -5,5 +5,3 @@ DESCRIPTION = "joe's own editor."
 SRC_URI = ${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz
 
 inherit autotools
-
-EXTRA_OECONF = --program-prefix=
index e69de29..06322d0 100644 (file)
@@ -0,0 +1,20 @@
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+
+SRC_URI = http://lisa-home.sourceforge.net/src/lisa-${PV}.tar.bz2 \
+         file://${FILESDIR}/configure.patch;patch=1
+
+inherit autotools libtool
+
+do_configure () {
+       set -e
+       rm -f configure.in configure.files acinclude.m4 subdirs
+       oe_runmake -f admin/Makefile.common configure.in
+       oe_runmake -f admin/Makefile.common configure.files
+       cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
+       oe_runmake -f admin/Makefile.common subdirs
+       aclocal -I . -I admin
+       autoheader
+       autoconf
+       oe_runconf
+}
index 1e0a8eb..d207b3a 100644 (file)
@@ -7,4 +7,4 @@ S := ${WORKDIR}/${P}
 
 inherit autotools
 
-EXTRA_OECONF = --disable-pam --program-prefix=
+EXTRA_OECONF = --disable-pam
index b560833..aafe8d3 100644 (file)
@@ -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"