[arch-commits] Commit in v86d/repos (extra-i686 extra-i686/PKGBUILD)

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


    Date: Saturday, January 17, 2009 @ 16:24:42
  Author: thomas
Revision: 24514

Merged revisions 24512 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/v86d/trunk

........
  r24512 | thomas | 2009-01-17 22:24:26 +0100 (Sa, 17 Jan 2009) | 1 line
  
  upgpkg: v86d 0.1.9-2.1
........

Modified:
  v86d/repos/extra-i686/	(properties)
  v86d/repos/extra-i686/PKGBUILD

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


Property changes on: v86d/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /v86d/trunk:1-23635
   + /v86d/trunk:1-24513

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-01-17 21:24:27 UTC (rev 24513)
+++ extra-i686/PKGBUILD	2009-01-17 21:24:42 UTC (rev 24514)
@@ -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