projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dee246
)
Fix bad installation path for boost
author
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 28 Dec 2013 06:10:43 +0000
(
01:10
-0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 28 Dec 2013 06:10:50 +0000
(
01:10
-0500)
Was installed in /usr/local instead of /usr.
stage5/pkg/boost
patch
|
blob
|
history
diff --git
a/stage5/pkg/boost
b/stage5/pkg/boost
index
d8efd98
..
b7351bb
100644
(file)
--- a/
stage5/pkg/boost
+++ b/
stage5/pkg/boost
@@
-3,7
+3,7
@@
hvbuild()
{
cd ${LFS_TMP}/${PACKAGE}
- ./bootstrap.sh
- ./b
jam --prefix=/usr
- ./b
jam install
+ ./bootstrap.sh
--prefix=/usr
+ ./b
2 stage threading=multi link=shared
+ ./b
2 install threading=multi link=shared
}