Use make macros
Based on https://src.fedoraproject.org/rpms/libcacard/pull-request/2 https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
This commit is contained in:
parent
429ea423a4
commit
3d62a35395
@ -46,7 +46,7 @@ gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
|
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Do not run the tests on s390x, which fails
|
# Do not run the tests on s390x, which fails
|
||||||
|
Loading…
Reference in New Issue
Block a user