update comments

Signed-off-by: Philip Kovacs <pkdevel@yahoo.com>
This commit is contained in:
Philip Kovacs 2019-08-31 16:02:55 -04:00
parent 04d8899582
commit fe46b6f900

View File

@ -7,7 +7,7 @@
#global opt_cflags #global opt_cflags
%global opt_cxx g++ %global opt_cxx g++
%ifarch aarch64 %ifarch aarch64
# TEMP: hack for F32 aarch64 until they fix gcc PIC flags # TEMP: hack for aarch64
%global opt_cxxflags -fPIC %global opt_cxxflags -fPIC
%else %else
#global opt_cxxflags #global opt_cxxflags
@ -355,7 +355,7 @@ make check
%changelog %changelog
* Fri Aug 30 2019 Philip Kovacs <pkdevel@yahoo.com> - 4.0.2-0.2.rc1 * Fri Aug 30 2019 Philip Kovacs <pkdevel@yahoo.com> - 4.0.2-0.2.rc1
- Apply upstream PR 6946 to avoid linking private glibc symbol __mmap - Apply upstream PR 6946 to avoid linking to __mmap
- Add build deps to run upstream autogen.pl - Add build deps to run upstream autogen.pl
- Remove embedded tabs in the spec - Remove embedded tabs in the spec