CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
ports
/
opt-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
194d89f
)
sylpheed: updated libtool link to avoid hosts libs reference.
author
Victor Martinez
<pitillo@ono.com>
Tue, 2 Nov 2010 12:25:00 +0000
(12:25 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Tue, 2 Nov 2010 12:25:05 +0000
(12:25 +0000)
sylpheed/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/sylpheed/Pkgfile
b/sylpheed/Pkgfile
index 16b5acef098ea75c0af2978db78558d55fb2464a..96699535348a048debce9d2ad309e467a09b1607 100644
(file)
--- a/
sylpheed/Pkgfile
+++ b/
sylpheed/Pkgfile
@@
-32,6
+32,8
@@
build () {
--disable-gtktest \
--disable-glibtest
+ # libtool relink change to avoid hosts libs
+ sed "s|add_dir=\"\-L\$libdir\"|add_dir=\"\-L\$CLFS\$dir\"|g" -i libtool
make
# and here 'includedir' is used in the installation stage
make DESTDIR=$PKG includedir=/usr/include install