Skip to content

Commit

Permalink
Merge pull request #495 from davidcawork/master
Browse files Browse the repository at this point in the history
Fix ofsoftswitch13 compilation
  • Loading branch information
ramonfontes authored Apr 21, 2023
2 parents f8b79ea + 6d8bbc9 commit d2f626e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ function of13 {
# Resume the install:
cd $BUILD_DIR/ofsoftswitch13
./boot.sh
sed -i 's/^AM_CFLAGS = -Wstrict-prototypes -Werror$/AM_CFLAGS = -Wstrict-prototypes -Werror -Wno-error=stringop-truncation -Wno-error=format-truncation=/g' Makefile.am
./configure
make
sudo make install
Expand Down

0 comments on commit d2f626e

Please sign in to comment.