Disable more eln things
We have none as native compile is disabled. Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
05a264cf24
commit
51b171f77d
@ -618,11 +618,11 @@ echo %{emacs_libexecdir}/${nw_pdmp} >> nw-eln-filelist
|
||||
|
||||
# remove exec permissions from eln files to prevent the debuginfo extractor from
|
||||
# trying to extract debuginfo from them
|
||||
find %{buildroot}%{_libdir}/ -name '*eln' -type f | xargs chmod -x
|
||||
#find %{buildroot}%{_libdir}/ -name '*eln' -type f | xargs chmod -x
|
||||
|
||||
# ensure native files are newer than byte-code files
|
||||
# see: https://bugzilla.redhat.com/show_bug.cgi?id=2157979#c11
|
||||
find %{buildroot}%{_libdir}/ -name '*eln' -type f | xargs touch
|
||||
#find %{buildroot}%{_libdir}/ -name '*eln' -type f | xargs touch
|
||||
|
||||
|
||||
%check
|
||||
|
Loading…
Reference in New Issue
Block a user