git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4778f75
)
guile: fix .pc file
author
Koen Kooi
<koen@openembedded.org>
Thu, 2 Oct 2008 14:39:52 +0000
(14:39 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 2 Oct 2008 14:39:52 +0000
(14:39 +0000)
packages/guile/guile_1.8.5.bb
patch
|
blob
|
history
diff --git
a/packages/guile/guile_1.8.5.bb
b/packages/guile/guile_1.8.5.bb
index
8cdd98c
..
62fdedd
100644
(file)
--- a/
packages/guile/guile_1.8.5.bb
+++ b/
packages/guile/guile_1.8.5.bb
@@
-5,7
+5,7
@@
SECTION = "devel/scheme"
DEPENDS = "guile-native gmp"
LICENSE = "GPL"
-PR = "r
1
"
+PR = "r
2
"
SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
file://configure-fix.patch;patch=1 "
@@
-25,6
+25,9
@@
do_compile() {
sed -i -e s:${STAGING_DIR_TARGET}::g \
-e s:/${TARGET_SYS}::g \
+ -e s:-L/usr/lib::g \
+ -e s:-isystem/usr/include::g \
+ -e s:,/usr/lib:,\$\{libdir\}:g \
guile-1.8.pc
}