CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-libxi: fixed LIBS and CFLAGS
authorJose V Beneyto <sepen@crux.nu>
Thu, 17 Dec 2009 14:27:45 +0000 (15:27 +0100)
committerJose V Beneyto <sepen@crux.nu>
Thu, 17 Dec 2009 14:27:45 +0000 (15:27 +0100)
xorg-libxi/Pkgfile

index 297a7957a48c749dd51de01a83c336bbf30cfdab..6555748f36a77b911db88d105c48140fcc97a35f 100644 (file)
@@ -7,13 +7,13 @@
 
 name=xorg-libxi
 version=1.3
-release=1
+release=2
 source=(http://xorg.freedesktop.org/releases/individual/lib/libXi-$version.tar.bz2)
 
 build() {
   cd libXi-$version
   
-  export X11_LIBS="-L$CLFS/usr/lib -lpthread-stubs"
+  export X11_LIBS="-L$CLFS/usr/lib -lX11 -lXext"
   export X11_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions"
   export XI_LIBS="$X11_LIBS"
   export XI_CFLAGS="$X11_CFLAGS"