diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-08-22 14:23:12 +0200 |
---|---|---|
committer | Frederic Marec <frederic.marec@iot.bzh> | 2019-08-22 14:23:12 +0200 |
commit | f6bdae03ece2abaca87080598e64454cc9c2d4b2 (patch) | |
tree | f431850f1ce7d6b71786943aa3281c2ee725f744 /conf.d/packaging | |
parent | cd5e0e03e44f528485f9e60aa552b557379d2a6f (diff) |
Fedora 30 packaging fix issusandbox/DDTLK/pakage
Change-Id: Ie096c35dc2698d46e27c58649eb1302a00127124
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'conf.d/packaging')
-rw-r--r-- | conf.d/packaging/rpm/agl-app-framework-binder.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/packaging/rpm/agl-app-framework-binder.spec b/conf.d/packaging/rpm/agl-app-framework-binder.spec index a8596f5b..bfe13159 100644 --- a/conf.d/packaging/rpm/agl-app-framework-binder.spec +++ b/conf.d/packaging/rpm/agl-app-framework-binder.spec @@ -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} |