This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
mod_bcg729
mirror of
https://github.com/xadhoom/mod_bcg729
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Explicitly require Bash, since Bash extensions are used below, and FS reference platform's (Jessie) Make does *not* used Bash by default.
pull/10/head
Colin Sindle
10 years ago
parent
c21badf90c
commit
6eb6cb6504
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile
+ 1
- 0
Makefile
View File
@ -5,6 +5,7 @@ FS_MODULES=/opt/freeswitch/mod
################################
### END OF CUSTOMIZATION ###
SHELL
:=
/bin/bash
PROC
?=
$(
shell uname -m
)
CC
=
gcc
Write
Preview
Loading…
Cancel
Save