From bc74a89a078ccd2551872c49ac7f04a720b1885b Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 26 Jan 2010 10:02:36 +0000 Subject: [PATCH] rdesktop: Fixed linking with lcrypto. --- rdesktop/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.26.2