mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 04:38:06 +00:00
22 lines
622 B
Diff
22 lines
622 B
Diff
From 27a54379cf3c48ff63c02a4a9f023297bba60d45 Mon Sep 17 00:00:00 2001
|
|
From: Noel Kuntze <noel.kuntze@thermi.consulting>
|
|
Date: Mon, 12 Jul 2021 01:29:43 +0200
|
|
Subject: [PATCH 900/904] src: Patch for building with musl on openwrt (taken
|
|
verbatim from openwrt package sources)
|
|
|
|
---
|
|
.../plugins/bliss/bliss_huffman.c | 2 +
|
|
1 files changed, 2 insertions(+)
|
|
|
|
--- a/src/libstrongswan/plugins/bliss/bliss_huffman.c
|
|
+++ b/src/libstrongswan/plugins/bliss/bliss_huffman.c
|
|
@@ -18,6 +18,8 @@
|
|
#include "bliss_param_set.h"
|
|
|
|
#include <library.h>
|
|
+#undef fprintf
|
|
+#undef printf
|
|
|
|
#include <stdio.h>
|
|
#include <math.h>
|