Logo
Explore Help
Sign In
kenmirrors/freeswitch
1
0
Fork 0
You've already forked freeswitch
mirror of https://github.com/signalwire/freeswitch.git synced 2025-05-08 16:53:21 +00:00
Code Issues Projects Releases Wiki Activity
freeswitch/build/fixlibtool.sh

16 lines
318 B
Bash
Raw Normal View History

add fixlibtool script git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4688 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-20 19:24:53 +00:00
cd /tmp
mkdir fix_libtool
cd fix_libtool
use newer versions git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5711 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-09-19 14:58:40 +00:00
wget http://mirrors.kernel.org/gnu/libtool/libtool-1.5.24.tar.gz
tar -zxvf libtool-1.5.24.tar.gz
cd libtool-1.5.24
lets not hozed libtool for Darwin git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4689 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-20 20:00:42 +00:00
if test "`uname -s`" = "Darwin"; then
./configure --prefix=/usr --program-prefix=g
else
add fixlibtool script git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4688 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-20 19:24:53 +00:00
./configure --prefix=/usr
lets not hozed libtool for Darwin git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4689 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-20 20:00:42 +00:00
fi
add fixlibtool script git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4688 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-20 19:24:53 +00:00
make
make install
cd /tmp
rm -fr fix_libtool
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 1440ms Template repo/home: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API