Add %build in spec file 56/177356/1
authorTomasz Swierczek <t.swierczek@samsung.com>
Fri, 27 Apr 2018 08:54:08 +0000 (10:54 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Fri, 27 Apr 2018 08:54:08 +0000 (10:54 +0200)
Its needed to prepare debug packages in mobile environment.

Change-Id: Ic3f3fec05aa2e8f37c52f91d8398db115d8ca63c

packaging/security-manager.spec

index 29c6f8319669a753cf1d2c1ec0b25f388bcf34b8..240ae8c26d58e2afed3065ab4d92a9a04e300d1d 100644 (file)
@@ -105,6 +105,8 @@ cp %{SOURCE3} .
 cp %{SOURCE4} .
 cp %{SOURCE5} .
 
+%build
+
 export LDFLAGS+="-Wl,--rpath=%{_libdir}"
 
 %cmake . -DVERSION=%{version} \