diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-02-17 08:29:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-02-17 08:29:04 +0000 |
commit | 0f9935dbde2ee3ecea57f79095c4d17afb39a77c (patch) | |
tree | 4a467df7151f29fb0cc63c4239a3b037095ef032 /main/lftp/musl-fix.patch | |
parent | d7ad83c5a4acb9916e03b6deb79f364e83108fff (diff) | |
download | aports-0f9935dbde2ee3ecea57f79095c4d17afb39a77c.tar.bz2 aports-0f9935dbde2ee3ecea57f79095c4d17afb39a77c.tar.xz |
main/lftp: properly fix musl build
The gnulib tests were ran in a wrong way.
Filed issue upstream:
https://github.com/lavv17/lftp/issues/59
Diffstat (limited to 'main/lftp/musl-fix.patch')
-rw-r--r-- | main/lftp/musl-fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/lftp/musl-fix.patch b/main/lftp/musl-fix.patch deleted file mode 100644 index 8f09658ff3..0000000000 --- a/main/lftp/musl-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lftp-4.4.15/lib/stdbool.in.h.orig -+++ lftp-4.4.15/lib/stdbool.in.h -@@ -111,7 +111,7 @@ - (see ISO C 99 6.7.2.2.(4)); however, '_Bool' must promote to 'int' - (see ISO C 99 6.3.1.1.(2)). So add a negative value to the - enum; this ensures that '_Bool' promotes to 'int'. */ --typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; -+typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 }; _Bool; - # endif - # endif - # endif |