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:
01df54e
)
lame: Run gnu-configize in do_configure to work with libtool 2.2.4 (from poky)
author
Richard Purdie
<rpurdie@rpsys.net>
Sun, 1 Jun 2008 16:04:59 +0000
(16:04 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Sun, 1 Jun 2008 16:04:59 +0000
(16:04 +0000)
packages/lame/lame_3.96.1.bb
patch
|
blob
|
history
diff --git
a/packages/lame/lame_3.96.1.bb
b/packages/lame/lame_3.96.1.bb
index
0c5c245
..
ab9a99c
100644
(file)
--- a/
packages/lame/lame_3.96.1.bb
+++ b/
packages/lame/lame_3.96.1.bb
@@
-20,6
+20,7
@@
do_configure() {
aclocal
autoconf
libtoolize --force
+ gnu-configize --force
oe_runconf
}