Browse Source
Building with clang causes less to segfault on 32-bit arm: https://github.com/termux/termux-packages/issues/1245android-5
Fredrik Fornwall
7 years ago
2 changed files with 5 additions and 0 deletions
@ -1,3 +1,7 @@ |
|||||
|
Building with clang causes 'busybox less' to |
||||
|
segfault in INIT_G() on arm, see |
||||
|
https://github.com/termux/termux-packages/issues/1245 |
||||
|
|
||||
diff -u -r ../busybox-1.26.2/Makefile ./Makefile |
diff -u -r ../busybox-1.26.2/Makefile ./Makefile |
||||
--- ../busybox-1.26.2/Makefile 2017-01-10 17:01:16.000000000 +0100 |
--- ../busybox-1.26.2/Makefile 2017-01-10 17:01:16.000000000 +0100 |
||||
+++ ./Makefile 2017-06-27 23:34:15.465534834 +0200 |
+++ ./Makefile 2017-06-27 23:34:15.465534834 +0200 |
Loading…
Reference in new issue