From: Aleksei Vereshchagin Date: Thu, 30 Aug 2018 19:03:17 +0000 (+0300) Subject: Set USE_AUL to FALSE X-Git-Tag: submit/tizen/20180911.125435~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8966ab310a7f9a4c6500663d3c285588004454d4;p=sdk%2Ftools%2Fprofctl.git Set USE_AUL to FALSE --- diff --git a/packaging/profctl.manifest b/packaging/profctl.manifest index 6ef6b12..017d22d 100644 --- a/packaging/profctl.manifest +++ b/packaging/profctl.manifest @@ -1,8 +1,5 @@ - - - - - - + + + diff --git a/packaging/profctl.spec b/packaging/profctl.spec index 9e8838b..521189a 100644 --- a/packaging/profctl.spec +++ b/packaging/profctl.spec @@ -31,7 +31,8 @@ cp %{SOURCE1000} . cmake \ -DCMAKE_INSTALL_PREFIX=%{sdk_install_prefix} \ -DBINDIR=. \ - -DCMAKE_BUILD_TYPE=%{buildtype} + -DCMAKE_BUILD_TYPE=%{buildtype} \ + -DUSE_AUL=FALSE make %{?jobs:-j%jobs} VERBOSE=1 %install