Commit 95979124 authored by Navid Nikaein's avatar Navid Nikaein

add libtoolize for epc build

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6173 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 87b7f4ee
...@@ -549,7 +549,7 @@ check_install_epc_software() { ...@@ -549,7 +549,7 @@ check_install_epc_software() {
test_install_package make test_install_package make
test_install_package openssh-client test_install_package openssh-client
test_install_package openssh-server test_install_package openssh-server
sudo service ssh start $SUDO service ssh start
test_install_package openssl test_install_package openssl
test_install_package openvpn test_install_package openvpn
test_install_package pkg-config test_install_package pkg-config
...@@ -562,6 +562,7 @@ check_install_epc_software() { ...@@ -562,6 +562,7 @@ check_install_epc_software() {
test_install_package unzip test_install_package unzip
test_install_package valgrind test_install_package valgrind
test_install_package vlan test_install_package vlan
test_install_package libtool
if [ $OAI_INSTALLED = 1 ]; then if [ $OAI_INSTALLED = 1 ]; then
touch ./.lock_oaibuild touch ./.lock_oaibuild
...@@ -661,7 +662,8 @@ compile_epc() { ...@@ -661,7 +662,8 @@ compile_epc() {
mkdir -m 777 m4 mkdir -m 777 m4
fi fi
echo_success "Invoking autogen" echo_success "Invoking autogen"
bash_exec "./autogen.sh" bash_exec "libtoolize"
bash_exec "./autogen.sh"
cd ./$OBJ_DIR cd ./$OBJ_DIR
echo_success "Invoking configure" echo_success "Invoking configure"
../configure --enable-standalone-epc --enable-raw-socket-for-sgi LDFLAGS=-L/usr/local/lib ../configure --enable-standalone-epc --enable-raw-socket-for-sgi LDFLAGS=-L/usr/local/lib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment