Fedora 30 packaging fix issu sandbox/DDTLK/pakage
authorFrederic Marec <frederic.marec@iot.bzh>
Thu, 22 Aug 2019 12:23:12 +0000 (14:23 +0200)
committerFrederic Marec <frederic.marec@iot.bzh>
Thu, 22 Aug 2019 12:23:12 +0000 (14:23 +0200)
Change-Id: Ie096c35dc2698d46e27c58649eb1302a00127124
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
conf.d/packaging/rpm/agl-app-framework-binder.spec

index a8596f5..bfe1315 100644 (file)
@@ -57,7 +57,7 @@ This service is evolving permanently and is only designed as a helper for develo
 
 %build
 export PKG_CONFIG_PATH=%{_libdir}/pkgconfig
-%cmake  -DAGL_DEVEL=1 -DINCLUDE_MONITORING=ON"
+%cmake  -DAGL_DEVEL=1 -DINCLUDE_MONITORING=ON" CFLAGS='-O2 -g -pipe -Wall-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
 %__make %{?_smp_mflags}