aboutsummaryrefslogtreecommitdiffstats
path: root/guile
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-04 10:08:22 +0000
committerPhil Blundell <philb@gnu.org>2004-06-04 10:08:22 +0000
commitb8c5879897015a6abe437c2c36f18477f6ddd767 (patch)
treeeb5c61b1ab676b27a30d63286465726167f3cf28 /guile
parent648d3a69377e5b287d1a4cabfab211dc01ae6115 (diff)
downloadopenembedded-b8c5879897015a6abe437c2c36f18477f6ddd767.tar.gz
try to fix autotools lossage
BKrev: 40c04a16Svf_qJvI1hU510vfB5vbVg
Diffstat (limited to 'guile')
-rw-r--r--guile/configure-lossage.patch0
-rw-r--r--guile/guile_1.6.4.oe13
2 files changed, 8 insertions, 5 deletions
diff --git a/guile/configure-lossage.patch b/guile/configure-lossage.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/guile/configure-lossage.patch
diff --git a/guile/guile_1.6.4.oe b/guile/guile_1.6.4.oe
index 13763a11b3..f0c66adf2b 100644
--- a/guile/guile_1.6.4.oe
+++ b/guile/guile_1.6.4.oe
@@ -1,16 +1,19 @@
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz"
+SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
+ file://configure-lossage.patch;patch=1"
DEPENDS = "guile-native"
inherit autotools
-do_configure() {
- # no autoreconf, thanks
- oe_runconf
+acpaths = "-I ${S}/guile-config"
+
+do_configure_prepend() {
+ libtoolize --force
+ (cd guile-readline; libtoolize --force)
}
do_compile() {
- (cd libguile; oe_runmake CC="${BUILD_CC}" CFLAGS="${BUILD_CFLAGS}" guile_filter_doc_snarfage)
+ (cd libguile; oe_runmake CC="${BUILD_CC}" CFLAGS="${BUILD_CFLAGS}" LDFLAGS="${BUILD_LDFLAGS}" guile_filter_doc_snarfage)
oe_runmake preinstguile="`which guile`"
}