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

Anatol Pomozov anatolik at archlinux.org
Sun Oct 8 16:13:14 UTC 2017


    Date: Sunday, October 8, 2017 @ 16:13:13
  Author: anatolik
Revision: 307148

Fix syslinux build

Modified:
  syslinux/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-08 12:03:20 UTC (rev 307147)
+++ PKGBUILD	2017-10-08 16:13:13 UTC (rev 307148)
@@ -40,7 +40,7 @@
 )
 sha1sums=('SKIP'
           '1145f454bd297d373ad123425f93620c3e92f585'
-          '2cf5a0eccfb0bf4196b8aea4add1002be948332d'
+          '6bf38a8de1891ba3fbea27ef73cc4a8047c1b6c7'
           '3e7d6e399c25fb7f5d31cc8e580d01163695e351'
           '74b976dd3ce28a619c2e9ef69a33fd455dc4bd4c'
           'b6ef5a7cdd4b7c714fd78c174e93ae6e854ae1ee'
@@ -79,6 +79,8 @@
 
 build() {
   cd syslinux
+  export LDFLAGS+=--no-dynamic-linker  # workaround for binutils 2.28 http://www.syslinux.org/wiki/index.php?title=Building
+  export EXTRA_CFLAGS=-fno-PIE   # to fix gpxe build
   make PYTHON=python2 $_targets
 }
 



More information about the arch-commits mailing list