[#1538] Fixes rules compilation

This commit is contained in:
Emmanuel Milou
2009-08-03 10:35:44 -04:00
parent 0cc98370ec
commit 1d9f1edba2
6 changed files with 17 additions and 9 deletions

View File

@ -57,7 +57,8 @@ Authors:
%setup -q
%build
./autogen.sh --prefix=%{_prefix}
./autogen.sh
./configure --prefix=%{_prefix}
make -j
%install

View File

@ -60,12 +60,14 @@ Authors:
%build
cd libs/pjproject-1.0.3
./autogen.sh --prefix=%{_prefix}
./autogen.sh
./configure --prefix=%{_prefix}
make dep
make clean
make
cd -
./autogen.sh --prefix=%{_prefix}
./autogen.sh
./configure --prefix=%{_prefix}
make -j
%install

View File

@ -57,7 +57,8 @@ Authors:
%setup -q
%build
./autogen.sh --prefix=%{_prefix}
./autogen.sh
./configure --prefix=%{_prefix}
make -j
%install

View File

@ -59,12 +59,14 @@ Authors:
%build
cd libs/pjproject-1.0.3
./autogen.sh --prefix=%{_prefix}
./autogen.sh
./configure --prefix=%{_prefix}
make dep
make clean
make
cd -
./autogen.sh --prefix=%{_prefix}
./autogen.sh
./configure --prefix=%{_prefix}
make -j
%install

View File

@ -20,7 +20,8 @@ configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
./autogen.sh --prefix=/usr
./autogen.sh
./configure --prefix=/usr
touch configure-stamp

View File

@ -20,8 +20,9 @@ configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
./autogen.sh --prefix=/usr
cd libs/pjproject-1.0.3; ./autogen.sh --prefix=/usr
./autogen.sh
./configure --prefix=/usr
cd libs/pjproject-1.0.3; ./autogen.sh; ./configure --prefix=/usr
touch configure-stamp
#Architecture