packaging: Drop unused variables from cmake invocation 38/190538/7
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Wed, 3 Oct 2018 11:40:13 +0000 (13:40 +0200)
committerKarol Lewandowski <lmctl@lmctl.net>
Wed, 7 Nov 2018 22:43:39 +0000 (23:43 +0100)
Ideally, crash-worker codebase should not know about
any of TZ_ vars - as all needed paths should be specified
explicitly from the .spec.

Change-Id: Id80fe0ae5f93940ce49bbe11903723a00f0261f0

packaging/crash-worker.spec

index 1a952a8..024821a 100644 (file)
@@ -102,8 +102,6 @@ export CFLAGS+=" -Werror"
           -DARCH=%{ARCH} \
           -DARCH_BIT=%{ARCH_BIT} \
           -DCRASH_MANAGER_CONFIG_PATH=%{_sysconfdir}/crash-manager.conf \
-          -DTZ_SYS_ETC=%{TZ_SYS_ETC} \
-          -DTZ_SYS_BIN=%{TZ_SYS_BIN} \
           -DCRASH_ROOT_PATH=%{crash_root_path} \
           -DCRASH_PATH=%{crash_path} \
           -DCRASH_TEMP=%{crash_temp} \