diff --git a/libs/dahdi-tools/Makefile b/libs/dahdi-tools/Makefile index 81aad4e..e37f647 100644 --- a/libs/dahdi-tools/Makefile +++ b/libs/dahdi-tools/Makefile @@ -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 diff --git a/libs/dahdi-tools/patches/030-cdefs.patch b/libs/dahdi-tools/patches/030-cdefs.patch new file mode 100644 index 0000000..4778325 --- /dev/null +++ b/libs/dahdi-tools/patches/030-cdefs.patch @@ -0,0 +1,10 @@ +--- a/xpp/hexfile.h ++++ b/xpp/hexfile.h +@@ -26,6 +26,7 @@ + #include + #include + #include ++#include + #include + #include + #define PACKED __attribute__((packed))