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:
ca9da2e
)
rdesktop: Fixed linking with lcrypto.
author
Victor Martinez
<pitillo@ono.com>
Tue, 26 Jan 2010 10:02:36 +0000
(10:02 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Tue, 26 Jan 2010 10:02:36 +0000
(10:02 +0000)
rdesktop/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/rdesktop/Pkgfile
b/rdesktop/Pkgfile
index 54592cf687a3435b3e131ba7eb55c8b1dfd9adf7..f5157b44c3c83d5532aeef2d925fe5e079f3cc7a 100644
(file)
--- a/
rdesktop/Pkgfile
+++ b/
rdesktop/Pkgfile
@@
-16,7
+16,7
@@
build(){
./configure --build=$CHOST \
--host=$CTARGET \
--prefix=/usr
-
+ sed -e "s|-L/usr/lib|-L$CLFS/usr/lib|g" -i Makefile
make
make prefix=$PKG/usr mandir=$PKG/usr/man install
}