mbox series

[0/2] perl-sys-cpu fixes

Message ID 20180927144646.20954-1-chrismcc@gmail.com
Headers show
Series perl-sys-cpu fixes | expand

Message

Christopher McCrory Sept. 27, 2018, 2:46 p.m. UTC
The second patch has 
- #include <sys/unistd.h>
because it is redundant with glibc, and doesn't exist with musl and
uclib.  Does anyone know if it is needed on other platforms?



Christopher McCrory (2):
  perl-sys-cpu: disable static builds
  perl-sys-cpu: remove extraneous include

 package/perl-sys-cpu/0001-remove-extraneous-include.patch | 10 ++++++++++
 package/perl-sys-cpu/Config.in                            |  4 ++++
 2 files changed, 14 insertions(+)
 create mode 100644 package/perl-sys-cpu/0001-remove-extraneous-include.patch