mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
10 lines
273 B
Diff
10 lines
273 B
Diff
--- ircservices-5.1.24.orig/configure
|
|
+++ ircservices-5.1.24/configure
|
|
@@ -855,6 +855,7 @@
|
|
|
|
log "test vararg macros..."
|
|
cat >$CONFTMP/test.c <<EOT
|
|
+#include <stdio.h>
|
|
#define foo(a,...) int a() {printf("hello %s\n" , ##__VA_ARGS__); return 69;}
|
|
foo(main,"world")
|
|
EOT
|