fix(spec): use autoreconf -fi instead of using individual commands
Some checks reported errors
obs/scm/build
Some checks reported errors
obs/scm/build
This commit is contained in:
parent
7eb5a821d5
commit
da53dffb10
@ -73,11 +73,8 @@ This package contains development files for the dictd package.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
rm -f config.cache
|
autoreconf -fi
|
||||||
autoheader -f
|
|
||||||
autoconf -f
|
|
||||||
ls -l config*
|
ls -l config*
|
||||||
install %{_datadir}/autoconf/build-aux/config.guess %{_datadir}/autoconf/build-aux/config.sub .
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export LDFLAGS="%{?__global_ldflags}" CPPFLAGS="%{optflags} -fPIC"
|
export LDFLAGS="%{?__global_ldflags}" CPPFLAGS="%{optflags} -fPIC"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user