summaryrefslogtreecommitdiff
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
parentf7f28b5d20d04ef02de1e6c4215e7ca3de9fdc83 (diff)
Remove --program-prefix= opts, now that we fixed it in autoconf's core m4 files.
BKrev: 3f9d943eWkX_eMkS_aDD4EDx_q6mSg
-rw-r--r--fakeroot/fakeroot_0.7.8.oe2
-rw-r--r--gnupg/gnupg_1.0.7.oe9
-rw-r--r--gnupg/gnupg_1.2.3.oe8
-rw-r--r--joe/joe_2.9.8.oe2
-rw-r--r--lisa/lisa_0.2.2.oe20
-rw-r--r--mailutils/mailutils_0.3.1.oe2
-rw-r--r--ntp/ntp_4.1.2.oe3
7 files changed, 39 insertions, 7 deletions
diff --git a/fakeroot/fakeroot_0.7.8.oe b/fakeroot/fakeroot_0.7.8.oe
index 84445b18c6..fad2bcdd95 100644
--- a/fakeroot/fakeroot_0.7.8.oe
+++ b/fakeroot/fakeroot_0.7.8.oe
@@ -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=
diff --git a/gnupg/gnupg_1.0.7.oe b/gnupg/gnupg_1.0.7.oe
index e69de29bb2..a41c0e6d97 100644
--- a/gnupg/gnupg_1.0.7.oe
+++ b/gnupg/gnupg_1.0.7.oe
@@ -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='"
diff --git a/gnupg/gnupg_1.2.3.oe b/gnupg/gnupg_1.2.3.oe
index e69de29bb2..5b7b124cfb 100644
--- a/gnupg/gnupg_1.2.3.oe
+++ b/gnupg/gnupg_1.2.3.oe
@@ -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='"
diff --git a/joe/joe_2.9.8.oe b/joe/joe_2.9.8.oe
index 6175aa3ad8..5ba0b22ebd 100644
--- a/joe/joe_2.9.8.oe
+++ b/joe/joe_2.9.8.oe
@@ -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=
diff --git a/lisa/lisa_0.2.2.oe b/lisa/lisa_0.2.2.oe
index e69de29bb2..06322d0579 100644
--- a/lisa/lisa_0.2.2.oe
+++ b/lisa/lisa_0.2.2.oe
@@ -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
+}
diff --git a/mailutils/mailutils_0.3.1.oe b/mailutils/mailutils_0.3.1.oe
index 1e0a8eba87..d207b3a6c4 100644
--- a/mailutils/mailutils_0.3.1.oe
+++ b/mailutils/mailutils_0.3.1.oe
@@ -7,4 +7,4 @@ S := ${WORKDIR}/${P}
inherit autotools
-EXTRA_OECONF = --disable-pam --program-prefix=
+EXTRA_OECONF = --disable-pam
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"