Skip to content
Snippets Groups Projects
Commit 1d9f1edb authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#1538] Fixes rules compilation

parent 0cc98370
Branches
No related tags found
No related merge requests found
...@@ -57,7 +57,8 @@ Authors: ...@@ -57,7 +57,8 @@ Authors:
%setup -q %setup -q
%build %build
./autogen.sh --prefix=%{_prefix} ./autogen.sh
./configure --prefix=%{_prefix}
make -j make -j
%install %install
......
...@@ -60,12 +60,14 @@ Authors: ...@@ -60,12 +60,14 @@ Authors:
%build %build
cd libs/pjproject-1.0.3 cd libs/pjproject-1.0.3
./autogen.sh --prefix=%{_prefix} ./autogen.sh
./configure --prefix=%{_prefix}
make dep make dep
make clean make clean
make make
cd - cd -
./autogen.sh --prefix=%{_prefix} ./autogen.sh
./configure --prefix=%{_prefix}
make -j make -j
%install %install
......
...@@ -57,7 +57,8 @@ Authors: ...@@ -57,7 +57,8 @@ Authors:
%setup -q %setup -q
%build %build
./autogen.sh --prefix=%{_prefix} ./autogen.sh
./configure --prefix=%{_prefix}
make -j make -j
%install %install
......
...@@ -59,12 +59,14 @@ Authors: ...@@ -59,12 +59,14 @@ Authors:
%build %build
cd libs/pjproject-1.0.3 cd libs/pjproject-1.0.3
./autogen.sh --prefix=%{_prefix} ./autogen.sh
./configure --prefix=%{_prefix}
make dep make dep
make clean make clean
make make
cd - cd -
./autogen.sh --prefix=%{_prefix} ./autogen.sh
./configure --prefix=%{_prefix}
make -j make -j
%install %install
......
...@@ -20,7 +20,8 @@ configure: configure-stamp ...@@ -20,7 +20,8 @@ configure: configure-stamp
configure-stamp: configure-stamp:
dh_testdir dh_testdir
# Add here commands to configure the package. # Add here commands to configure the package.
./autogen.sh --prefix=/usr ./autogen.sh
./configure --prefix=/usr
touch configure-stamp touch configure-stamp
......
...@@ -20,8 +20,9 @@ configure: configure-stamp ...@@ -20,8 +20,9 @@ configure: configure-stamp
configure-stamp: configure-stamp:
dh_testdir dh_testdir
# Add here commands to configure the package. # Add here commands to configure the package.
./autogen.sh --prefix=/usr ./autogen.sh
cd libs/pjproject-1.0.3; ./autogen.sh --prefix=/usr ./configure --prefix=/usr
cd libs/pjproject-1.0.3; ./autogen.sh; ./configure --prefix=/usr
touch configure-stamp touch configure-stamp
#Architecture #Architecture
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment