Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] badvpn ncd musl patch
@ 2024-03-20  3:13 esaaprillia
  2024-03-21 13:12 ` [ISSUE] [CLOSED] badvpn-ncd " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: esaaprillia @ 2024-03-20  3:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 702 bytes --]

New issue by esaaprillia on void-packages repository

https://github.com/void-linux/void-packages/issues/49383

Description:
### Is this a new report?

Yes

### System Info

no

### Package(s) Affected

no

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

no

### Expected behaviour

no

### Actual behaviour

no

### Steps to reproduce

```
--- a/ncd/modules/regex_match.c
+++ b/ncd/modules/regex_match.c
@@ -69,6 +69,11 @@
 #include <limits.h>
 #include <regex.h>
 
+// For musl
+#ifndef REG_STARTEND
+#define REG_STARTEND 0
+#endif
+
 #include <misc/string_begins_with.h>
 #include <misc/parse_number.h>
 #include <misc/expstring.h>
```

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ISSUE] [CLOSED] badvpn-ncd musl patch
  2024-03-20  3:13 [ISSUE] badvpn ncd musl patch esaaprillia
@ 2024-03-21 13:12 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2024-03-21 13:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 705 bytes --]

Closed issue by esaaprillia on void-packages repository

https://github.com/void-linux/void-packages/issues/49383

Description:
### Is this a new report?

Yes

### System Info

no

### Package(s) Affected

no

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

no

### Expected behaviour

no

### Actual behaviour

no

### Steps to reproduce

```
--- a/ncd/modules/regex_match.c
+++ b/ncd/modules/regex_match.c
@@ -69,6 +69,11 @@
 #include <limits.h>
 #include <regex.h>
 
+// For musl
+#ifndef REG_STARTEND
+#define REG_STARTEND 0
+#endif
+
 #include <misc/string_begins_with.h>
 #include <misc/parse_number.h>
 #include <misc/expstring.h>
```

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-21 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-20  3:13 [ISSUE] badvpn ncd musl patch esaaprillia
2024-03-21 13:12 ` [ISSUE] [CLOSED] badvpn-ncd " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).