fix solaris build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15064 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
44d7c26926
commit
18899d729a
|
@ -1,2 +1,4 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
./configure "`echo $@ | sed 's| -Xc | |'`" --disable-shared --with-pic --enable-builtin-tiff
|
ARGS='$@'
|
||||||
|
MYARGS=`echo $ARGS | sed 's| -Xc | |'`
|
||||||
|
./configure "$MYARGS" --disable-shared --with-pic --enable-builtin-tiff
|
||||||
|
|
Loading…
Reference in New Issue