forked from norman/fusionpbx-install.sh-github-mirror
Remove unsupported error for aarch64 Linux (#414)
While SignalWire doesn't have aarch64 debs of FreeSWITCH, PostgreSQL.org and sury.org have debs of PgSQL & PHP for aarch64, respectively. Compiling FreeSWITCH from source works cleanly on aarch64, tested on both Armbian and stock Debian. So might as well remove the unsupported. While we're add it, let's parallelize the makes, as it's dreadfully slow on most SBCs without it
This commit is contained in:
2
debian/resources/switch/source-master.sh
vendored
2
debian/resources/switch/source-master.sh
vendored
@@ -25,7 +25,7 @@ sed -i /usr/src/freeswitch/modules.conf -e s:'#formats/mod_pgsql:formats/mod_pgs
|
||||
./configure --prefix=/usr/local/freeswitch --enable-core-pgsql-support --disable-fhs
|
||||
|
||||
#make mod_shout-install
|
||||
make
|
||||
make -j $(getconf _NPROCESSORS_ONLN)
|
||||
rm -rf /usr/local/freeswitch/{lib,mod,bin}/*
|
||||
make install
|
||||
make sounds-install moh-install
|
||||
|
||||
Reference in New Issue
Block a user