mirror of
https://git.openwrt.org/feed/telephony.git
synced 2025-01-09 04:09:47 +08:00
dahdi-tools: fix compilation with musl 1.2.x
Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
621352af15
commit
972350e2ea
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=dahdi-tools
|
||||
PKG_VERSION:=3.1.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/dahdi-tools/releases
|
||||
|
10
libs/dahdi-tools/patches/030-cdefs.patch
Normal file
10
libs/dahdi-tools/patches/030-cdefs.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- a/xpp/hexfile.h
|
||||
+++ b/xpp/hexfile.h
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
+#include <sys/cdefs.h>
|
||||
#include <sys/param.h>
|
||||
#include <syslog.h>
|
||||
#define PACKED __attribute__((packed))
|
Loading…
Reference in New Issue
Block a user