forked from pool/cracklib
Accepting request 70589 from Base:System
fix ppc64 build (forwarded request 70530 from msmeissn) OBS-URL: https://build.opensuse.org/request/show/70589 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cracklib?expand=0&rev=39
This commit is contained in:
commit
88d9360d8e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 18 11:41:07 CEST 2011 - meissner@suse.de
|
||||
|
||||
- ppc64 has different symbols in nm output.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 12:53:17 UTC 2011 - cdenicolo@novell.com
|
||||
|
||||
|
@ -133,7 +133,9 @@ ln -sf %{_datadir}/cracklib/pw_dict.pwi $RPM_BUILD_ROOT/usr/lib/cracklib_dict.pw
|
||||
#gzip $RPM_BUILD_ROOT/%{_datadir}/cracklib/pw_dict.pwd
|
||||
#ln -sf %{_datadir}/cracklib/pw_dict.pwd.gz $RPM_BUILD_ROOT/usr/lib/cracklib_dict.pwd.gz
|
||||
%{find_lang} %{name}
|
||||
%ifnarch ppc64
|
||||
nm -C -D %{buildroot}%{_libdir}/libcrack.so.2 | grep ' T '
|
||||
%endif
|
||||
|
||||
%check
|
||||
make check
|
||||
|
Loading…
Reference in New Issue
Block a user