From c44e8a17c1edc7393fc6666952d9d427e3ce6c51 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 10 Mar 2018 13:15:22 -0300 Subject: [PATCH] xload: fix build. --- srcpkgs/xload/patches/musl.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 srcpkgs/xload/patches/musl.patch diff --git a/srcpkgs/xload/patches/musl.patch b/srcpkgs/xload/patches/musl.patch deleted file mode 100644 index 967eba06505..00000000000 --- a/srcpkgs/xload/patches/musl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- get_rload.c.orig 2015-05-09 08:26:13.771594964 +0200 -+++ get_rload.c 2015-05-09 08:26:26.139581651 +0200 -@@ -9,7 +9,7 @@ - /* Not all OS supports get_rload - steal the STUB idea from get_load - */ --#if defined(QNX4) || defined(__CYGWIN__) -+#if defined(QNX4) || defined(__CYGWIN__) || !defined(__GLIBC__) - #define RLOADSTUB - #endif -