Try harder to comment out a macro snippet
This commit is contained in:
parent
98e7fe9c67
commit
b02efcd918
@ -290,13 +290,13 @@ make LDCMD=%{mingw32_cc} -C test apps tests
|
||||
patch -p1 -b -z .ca-dir < %{PATCH33}
|
||||
|
||||
# Add generation of HMAC checksum of the final stripped library
|
||||
#%define __spec_install_post \
|
||||
# %{?__debug_package:%{__debug_install_post}} \
|
||||
# %{__arch_install_post} \
|
||||
# %{__os_install_post} \
|
||||
# fips/fips_standalone_sha1 $RPM_BUILD_ROOT/%{_lib}/libcrypto.so.%{version} >$RPM_BUILD_ROOT/%{_lib}/.libcrypto.so.%{version}.hmac \
|
||||
# ln -sf .libcrypto.so.%{version}.hmac $RPM_BUILD_ROOT/%{_lib}/.libcrypto.so.%{soversion}.hmac \
|
||||
#%{nil}
|
||||
##define __spec_install_post \
|
||||
# #{?__debug_package:#{__debug_install_post}} \
|
||||
# #{__arch_install_post} \
|
||||
# #{__os_install_post} \
|
||||
# fips/fips_standalone_sha1 $RPM_BUILD_ROOT/#{_lib}/libcrypto.so.#{version} >$RPM_BUILD_ROOT/#{_lib}/.libcrypto.so.#{version}.hmac \
|
||||
# ln -sf .libcrypto.so.#{version}.hmac $RPM_BUILD_ROOT/#{_lib}/.libcrypto.so.#{soversion}.hmac \
|
||||
##{nil}
|
||||
|
||||
if ! iconv -f UTF-8 -t ASCII//TRANSLIT CHANGES >/dev/null 2>&1 ; then
|
||||
iconv -f ISO-8859-1 -t UTF-8 -o CHANGES.utf8 CHANGES && \
|
||||
|
Loading…
Reference in New Issue
Block a user