File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1886,7 +1886,7 @@ install_dahdi() {
1886
1886
git_custom_patch " https://patch-diff.githubusercontent.com/raw/asterisk/dahdi-linux/pull/69.diff" # PR 69: DEFINE_SEMAPHORE for RHEL
1887
1887
1888
1888
# Not yet merged
1889
- git_custom_patch " https://patch-diff.githubusercontent.com/raw/asterisk/dahdi-linux/pull/32.patch" # PR 32, not yet merged
1889
+ git_custom_patch " https://patch-diff.githubusercontent.com/raw/asterisk/dahdi-linux/pull/32.patch" # PR 32: xpp: Fix 32-bit builds
1890
1890
1891
1891
# Fix or skip compilation of the XPP driver for 32-bit
1892
1892
OS_ARCH=$( uname -m )
@@ -2003,6 +2003,9 @@ install_dahdi() {
2003
2003
# fix static inline function get_ver (GitHub dahdi-tools #11)
2004
2004
phreak_fuzzy_patch " dahdi_tools_inline_get_ver.diff"
2005
2005
2006
+ # Not yet merged
2007
+ git_custom_patch " https://patch-diff.githubusercontent.com/raw/asterisk/dahdi-tools/pull/22.diff" # PR 22 (dahdi_cfg: fix truncation warning)
2008
+
2006
2009
# hearpulsing
2007
2010
if [ " $EXTRA_FEATURES " = " 1" ]; then
2008
2011
if [ " $HEARPULSING " = " 1" ]; then
@@ -2011,7 +2014,7 @@ install_dahdi() {
2011
2014
fi
2012
2015
2013
2016
autoreconf -i && [ -f config.status ] || ./configure --with-dahdi=../linux # https://issues.asterisk.org/jira/browse/DAHTOOL-84
2014
- ./configure
2017
+ ./configure # Both configures are needed!
2015
2018
$AST_MAKE -j$( nproc) $DAHDI_CFLAGS
2016
2019
if [ $? -ne 0 ]; then
2017
2020
die " DAHDI Tools compilation failed, aborting install"
You can’t perform that action at this time.
0 commit comments