void-packages/srcpkgs/plymouth/patches/musl-rpmatch.patch
Jürgen Buchmüller 96cd364ee1 New package: plymouth-0.8.8
Closes #4440
2016-07-08 01:40:36 +02:00

13 lines
237 B
Diff

--- src/libply/ply-command-parser.c
+++ src/libply/ply-command-parser.c
@@ -33,6 +33,10 @@
#include "ply-list.h"
#include "ply-utils.h"
+#if !defined(__GLIBC__)
+#include <rpmatch.h>
+#endif
+
typedef union
{
bool as_boolean;