From: Victor Martinez Date: Tue, 26 Jan 2010 10:02:36 +0000 (+0000) Subject: rdesktop: Fixed linking with lcrypto. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=bc74a89a078ccd2551872c49ac7f04a720b1885b;p=attic%2Fports%2Fopt-cross.git rdesktop: Fixed linking with lcrypto. --- diff --git a/rdesktop/Pkgfile b/rdesktop/Pkgfile index 54592cf..f5157b4 100644 --- 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 }