summaryrefslogtreecommitdiff
path: root/system/musl
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-24 00:26:30 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-24 00:26:30 -0500
commit8f427be8c954ca358fb56d82cb9dc9329d024548 (patch)
tree6543ac2444c5472081afcb1205779cf88586a0f5 /system/musl
parent947f5a1042a3982caaea3615f91eb4fecad1df6f (diff)
downloadpackages-8f427be8c954ca358fb56d82cb9dc9329d024548.tar.gz
packages-8f427be8c954ca358fb56d82cb9dc9329d024548.tar.bz2
packages-8f427be8c954ca358fb56d82cb9dc9329d024548.tar.xz
packages-8f427be8c954ca358fb56d82cb9dc9329d024548.zip
system/musl: ensure time_t is defined in <lastlog.h>
Diffstat (limited to 'system/musl')
-rw-r--r--system/musl/3001-make-real-lastlog-h.patch4
-rw-r--r--system/musl/APKBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/system/musl/3001-make-real-lastlog-h.patch b/system/musl/3001-make-real-lastlog-h.patch
index 168ef882b..82fb56995 100644
--- a/system/musl/3001-make-real-lastlog-h.patch
+++ b/system/musl/3001-make-real-lastlog-h.patch
@@ -5,11 +5,13 @@ This implements just the lastlog stuff from musl <utmp.h>.
--- musl-1.1.19/include/lastlog.h 2018-02-22 12:39:19.000000000 -0600
+++ musl-1.1.19/include/lastlog.h 2018-06-15 20:04:54.428854473 -0500
-@@ -1 +1,21 @@
+@@ -1 +1,23 @@
-#include <utmp.h>
+#ifndef _LASTLOG_H
+#define _LASTLOG_H
+
++#include <sys/types.h>
++
+#ifdef __cplusplus
+extern "C" {
+#endif
diff --git a/system/musl/APKBUILD b/system/musl/APKBUILD
index d609ec69b..c3121b84e 100644
--- a/system/musl/APKBUILD
+++ b/system/musl/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=musl
pkgver=1.1.19
-pkgrel=9
+pkgrel=10
pkgdesc="System library (libc) implementation"
url="http://www.musl-libc.org/"
arch="all"
@@ -126,7 +126,7 @@ e99dab95932c0c03d67da0248d63b71581050efed40c5e58b28e226925f6f436b6e7ddfbf03dc83e
d0d0817a4e1d57b74cb442a3bf8d8efe39a23a387275b75cba1b2fa354d8a7dc2fd843b5b67584aac86ec97ea394d602ec013c6e8a65da309915b0a80b4a8f98 0006-time-C11-visibility-fixes.patch
6f5f9b5fb5eba638b0d98c68c280dbcc2bdae58d94d9f6966f5de55f6dd5d7f3cdddd9ca758e8861e30841b80ba616a945fb2b885a31481707d578293b187ff0 0007-abort-raise-SIGABRT-again-if-signal-is-ignored.patch
2c8e1dde1834238097b2ee8a7bfb53471a0d9cff4a5e38b55f048b567deff1cdd47c170d0578a67b1a039f95a6c5fbb8cff369c75b6a3e4d7ed171e8e86ebb8c 2000-pthread-internals-increase-DEFAULT_GUARD_SIZE-to-2-p.patch
-ec3a8452b85121f2c04e3208ff8bb69824ddd576a2481a16a7c4a05fc107a7caf0ab772703c82956ee2bb251ca3661e4d5a1fef13ef4a2f513b168a9a46153ea 3001-make-real-lastlog-h.patch
+88ae443dbb8e0a4368235bdc3a1c5c7b718495afa75e06deb8e01becc76cb1f0d6964589e2204fc749c9c1b3190b8b9ac1ae2c0099cab8e2ce3ec877103d4332 3001-make-real-lastlog-h.patch
8909dc260968770ace8f3ffdc04c6c7d20933ff115b4fa3e512fb7460860a8216c73ca7a7ad54f59cb5988ef011f02bf18aa13cc2287cc64ffdb8db84ef69d47 complex-math.patch
c34ae0c8c2b05d82bc6bd341ceb29041f6e1a1d2c7b2f4f289ab620288bfb1e1ddabc4cb2fc85220c1fbe735874c38a9b00af636644584c7cd1e895d54564a22 complex-math2.patch
6a7ff16d95b5d1be77e0a0fbb245491817db192176496a57b22ab037637d97a185ea0b0d19da687da66c2a2f5578e4343d230f399d49fe377d8f008410974238 handle-aux-at_base.patch