[arch-commits] Commit in v86d/trunk (PKGBUILD)

Thomas Bächler thomas at archlinux.org
Sat Jan 17 21:24:26 UTC 2009


    Date: Saturday, January 17, 2009 @ 16:24:26
  Author: thomas
Revision: 24512

upgpkg: v86d 0.1.9-2.1

Modified:
  v86d/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-17 21:19:06 UTC (rev 24511)
+++ PKGBUILD	2009-01-17 21:24:26 UTC (rev 24512)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 pkgname="v86d"
 pkgver=0.1.9
-pkgrel=2
+pkgrel=2.1
 pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated environment"
 url="http://dev.gentoo.org/~spock/projects/uvesafb/"
 license=('GPL2')
@@ -26,16 +26,14 @@
 build() {
   cd $startdir/src/v86d-$pkgver
 
-  sed 's|-static||g' -i Makefile
-
-  ./configure --with-klibc
+  ./configure --with-klibc --with-x86emu
   make KDIR=/lib/modules/${_kernver}/build || return 1
   make DESTDIR=$startdir/pkg install || return 1
   mv $startdir/pkg/sbin/v86d $startdir/pkg/sbin/v86d_klibc
 
   make clean
 
-  ./configure --default
+  ./configure --with-x86emu
   make KDIR=/lib/modules/${_kernver}/build || return 1
   make DESTDIR=$startdir/pkg install || return 1
 




More information about the arch-commits mailing list