CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
rdesktop: Fixed linking with lcrypto.
authorVictor Martinez <pitillo@ono.com>
Tue, 26 Jan 2010 10:02:36 +0000 (10:02 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 26 Jan 2010 10:02:36 +0000 (10:02 +0000)
rdesktop/Pkgfile

index 54592cf687a3435b3e131ba7eb55c8b1dfd9adf7..f5157b44c3c83d5532aeef2d925fe5e079f3cc7a 100644 (file)
@@ -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
 }