[platform][libs] linux build fix
This commit is contained in:
committed by
Vasily Levchenko
parent
e3611ca883
commit
cc1f7aa5e0
@@ -1,20 +1,20 @@
|
||||
package = platform.linux
|
||||
headers = aio.h aliases.h a.out.h argp.h argz.h byteswap.h cpio.h crypt.h \
|
||||
ctype.h elf.h endian.h envz.h error.h execinfo.h ffeatures.h mtmsg.h \
|
||||
ctype.h elf.h endian.h envz.h error.h execinfo.h features.h fmtmsg.h \
|
||||
fpu_control.h \
|
||||
fstab.h _G_config.h gconv.h glob.h gnu-versions.h \
|
||||
gshadow.h iconv.h ieee754.h ifaddrs.h langinfo.h lastlog.h \
|
||||
libintl.h libio.h link.h malloc.h mcheck.h mntent.h \
|
||||
monetary.h mqueue.h \
|
||||
nl_types.h nss.h nsswitch.h obstack.h \
|
||||
pathconf.h printf.h pty.h re_comp.h \
|
||||
nl_types.h nss.h obstack.h \
|
||||
printf.h pty.h re_comp.h \
|
||||
spawn.h stab.h stdc-predef.h stdio_ext.h syscall.h \
|
||||
tar.h termio.h thread_db.h time64.h ttyent.h uchar.h ulimit.h \
|
||||
ustat.h util.h utmpx.h values.h wait.h wordexp.h \
|
||||
tar.h termio.h thread_db.h time.h ttyent.h uchar.h ulimit.h \
|
||||
ustat.h utmpx.h values.h wait.h wordexp.h \
|
||||
arpa/ftp.h arpa/inet.h arpa/nameser_compat.h \
|
||||
arpa/nameser.h arpa/telnet.h arpa/tftp.h \
|
||||
net/if_ether.h net/if_packet.h net/if_types.h \
|
||||
netinet/ether.h netinet/in6.h netpacket/packet.h \
|
||||
netinet/if_ether.h net/if_packet.h \
|
||||
netinet/ether.h linux/in6.h netpacket/packet.h \
|
||||
sys/acct.h sys/auxv.h sys/bitypes.h sys/cdefs.h \
|
||||
sys/debugreg.h sys/dir.h sys/epoll.h sys/errno.h \
|
||||
sys/eventfd.h sys/fanotify.h sys/fcntl.h \
|
||||
@@ -30,7 +30,7 @@ headers = aio.h aliases.h a.out.h argp.h argz.h byteswap.h cpio.h crypt.h \
|
||||
sys/timeb.h sys/timerfd.h sys/timex.h sys/ttychars.h \
|
||||
sys/ttydefaults.h sys/types.h sys/ucontext.h sys/uio.h \
|
||||
sys/ultrasound.h sys/un.h sys/unistd.h sys/user.h \
|
||||
sys/ustat.h sys/utime.h sys/utsname.h sys/vfs.h sys/vlimit.h \
|
||||
sys/ustat.h utime.h sys/utsname.h sys/vfs.h sys/vlimit.h \
|
||||
sys/vt.h sys/vtimes.h sys/xattr.h
|
||||
|
||||
compilerOpts = -D_GNU_SOURCE
|
||||
|
||||
@@ -10,7 +10,7 @@ headers = alloca.h ar.h assert.h complex.h dirent.h dlfcn.h err.h errno.h fcntl.
|
||||
netinet/ip.h netinet/ip6.h netinet/ip_icmp.h netinet/tcp.h netinet/udp.h \
|
||||
sys/ioctl.h sys/ipc.h sys/mman.h sys/poll.h sys/ptrace.h \
|
||||
sys/queue.h sys/select.h sys/shm.h sys/stat.h \
|
||||
sys/syslimits.h sys/time.h sys/times.h sys/wait.h
|
||||
limits.h sys/time.h sys/times.h sys/wait.h
|
||||
|
||||
compilerOpts = -D_GNU_SOURCE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user