From 9f35da3aea7e5a30be531b5a858a4fa94707fcee Mon Sep 17 00:00:00 2001 From: Konrad Lipinski Date: Fri, 3 Feb 2017 13:40:29 +0100 Subject: [PATCH] gbs incremental build support Change-Id: Ic1960a3b70df234a3e9ad141d6c335d373c331ec --- packaging/dbus.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packaging/dbus.spec b/packaging/dbus.spec index 37529bc..a468e26 100644 --- a/packaging/dbus.spec +++ b/packaging/dbus.spec @@ -33,7 +33,6 @@ Source6: dbus-user.socket Source7: dbus.sh Source1001: dbus.manifest BuildRequires: libcap-ng-devel -BuildRequires: pkgconfig(libsmack) # Enable support for libdbuspolicy (only for kdbus transport) %if %{with kdbus} %if %{with dbuspolicy} @@ -86,9 +85,9 @@ This package contains installable tests. Tests are compatible with 'dbus-integra %prep # COMMON2-BEGIN %setup -n dbus-%{version} -q -cp %{SOURCE1001} . %build +cp %{SOURCE1001} . # We use -fpie/-pie for the whole build; this is the recommended way to harden # the build upstream, see discussion in fdo#46570 export CFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing -fPIC -fpie" -- 2.7.4