mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Add target for building icecast against static libs only
svn path=/trunk/icecast/; revision=5861
This commit is contained in:
parent
dac1cf97dc
commit
c1bb9e983b
@ -17,3 +17,6 @@ debug:
|
||||
|
||||
profile:
|
||||
$(MAKE) all CFLAGS="@PROFILE@"
|
||||
|
||||
static:
|
||||
$(MAKE) all LDFLAGS="${LDFLAGS} -all-static"
|
||||
|
Loading…
Reference in New Issue
Block a user