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

Thomas Bächler thomas at archlinux.org
Thu Aug 23 18:27:20 UTC 2012


    Date: Thursday, August 23, 2012 @ 14:27:20
  Author: thomas
Revision: 165555

syslinux 4.05-7: Use 'make installer' as recommended upstream

We refused to do this, and our syslinux always worked. But with our latest
toolchain, we keep breaking syslinux. Using 'make installer' should leave
us on the safe side.

Modified:
  syslinux/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-23 18:09:19 UTC (rev 165554)
+++ PKGBUILD	2012-08-23 18:27:20 UTC (rev 165555)
@@ -4,7 +4,7 @@
 
 pkgname=syslinux
 pkgver=4.05
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 pkgdesc="Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE"
 url="http://syslinux.zytor.com/"
@@ -24,6 +24,12 @@
         syslinux-install_update
         avoid-using-ext2_fs.patch
         handle-ctors-dtors-via-init_array-and-fini_array.patch)
+md5sums=('82299242418385da1274c9479a778cb2'
+         '1528c376e43f0eaccaa80d8ad1bc13b4'
+         '832595501944fbcabcdc1207f4724fe7'
+         '680750f73dc2e587ac567d057d485813'
+         '2e2c674a71c0c0bf265d96cfc19ce985'
+         'd016d03f15177b1bb534ce3753b2aa9b')
 
 build() {
   # Do not try to build syslinux with our default LDFLAGS, it will fail
@@ -37,7 +43,9 @@
   patch -Np1 -i "$srcdir"/handle-ctors-dtors-via-init_array-and-fini_array.patch
   # Fix FHS manpage path
   sed 's|/usr/man|/usr/share/man|g' -i mk/syslinux.mk
-  make
+  make installer
+  make -C utils
+  make -C com32
 }
 
 package() {
@@ -53,9 +61,3 @@
   mv "$pkgdir"/sbin/extlinux "$pkgdir"/usr/sbin/extlinux
   rmdir "$pkgdir"/sbin
 }
-md5sums=('82299242418385da1274c9479a778cb2'
-         '1528c376e43f0eaccaa80d8ad1bc13b4'
-         '832595501944fbcabcdc1207f4724fe7'
-         '680750f73dc2e587ac567d057d485813'
-         '2e2c674a71c0c0bf265d96cfc19ce985'
-         'd016d03f15177b1bb534ce3753b2aa9b')




More information about the arch-commits mailing list