diff --git a/OpenCSD.spec b/OpenCSD.spec index 3492027763e9d15023793c7d43e65529d99050f4..bfae963371026c0e589efd1cee2c0bdc39427f1b 100644 --- a/OpenCSD.spec +++ b/OpenCSD.spec @@ -1,7 +1,7 @@ Summary : An open source CoreSight(tm) Trace Decode library Name : OpenCSD Version : 1.3.3 -Release : 2 +Release : 3 License : BSD Source : %{name}-%{version}.tar.gz BuildRoot : %{_tmppath}/%{name}-%{version}-${release}-root @@ -22,7 +22,7 @@ The library is implemented in C++ with an optional "C" API. %build -make -C decoder/build/linux -j +make -C decoder/build/linux CPPFLAGS="-fPIE" LDFLAGS="-s -pie -Wl,-z,defs" -j %install @@ -44,6 +44,9 @@ rm -rf %{buildroot} %changelog +* Thu Mar 16 2023 huangfangrun - 1.3.3-3 +- [Compile Option] Add -fPIE -s and -pie options + * Tue Feb 28 2023 liweiganga - 1.3.3-2 - fix #I6I3EM and #I6I31E