diff --git a/rsyslog.spec b/rsyslog.spec index 34b9f8375693fe7b88032800b2d9e7074a388529..8304ccb0ca1f03e946225682dc257c32290fa266 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -7,7 +7,7 @@ Name: rsyslog Version: 8.2110.0 -Release: 16 +Release: 17 Summary: The rocket-fast system for log processing License: (GPLv3+ and ASL 2.0) URL: http://www.rsyslog.com/ @@ -284,7 +284,7 @@ autoreconf -vfi %ifarch sparc64 export CFLAGS="$RPM_OPT_FLAGS -fPIE -DPATH_PIDFILE=\\\"%{Pidfile}\\\"" %else -export CFLAGS="$RPM_OPT_FLAGS -fpie -DPATH_PIDFILE=\\\"%{Pidfile}\\\"" +export CFLAGS="$RPM_OPT_FLAGS -fpie -fPIC -DPATH_PIDFILE=\\\"%{Pidfile}\\\"" export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" %endif @@ -536,6 +536,12 @@ done %{_mandir}/man1/rscryutil.1.gz %changelog +* Tue Oct 10 2023 renyi <977713017@qq.com> - 8.2110.0-17 +- Type:NA +- ID:NA +- SUG:NA +- DESC: support clang compile + * Sun Jun 25 2023 linzhuorong - 8.2110.0-16 - Type:NA - ID:NA