projects
/
platform
/
core
/
connectivity
/
stc-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50ed3ff
)
Fix not finding plugins
12/316412/1
accepted/tizen_9.0_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
tizen_9.0
accepted/tizen/9.0/unified/20241030.235959
accepted/tizen/unified/20240822.061934
accepted/tizen/unified/dev/20240826.221156
accepted/tizen/unified/toolchain/20241004.101427
accepted/tizen/unified/x/20240823.023139
accepted/tizen/unified/x/asan/20241013.235746
tizen_9.0_m2_release
author
Jaehyun Kim
<jeik01.kim@samsung.com>
Wed, 21 Aug 2024 05:09:02 +0000
(14:09 +0900)
committer
Jaehyun Kim
<jeik01.kim@samsung.com>
Wed, 21 Aug 2024 05:09:02 +0000
(14:09 +0900)
Change-Id: I0d530325df7bb0cb45cfeaa2378f686da65e7e39
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
packaging/stc-manager.spec
patch
|
blob
|
history
diff --git
a/packaging/stc-manager.spec
b/packaging/stc-manager.spec
index 23646cdef599a5763d093ffb38a72ec7dc4f6835..b847245f9fd54f6cf2313c0f6e31154a472c7bd7 100644
(file)
--- a/
packaging/stc-manager.spec
+++ b/
packaging/stc-manager.spec
@@
-96,7
+96,8
@@
cp %{SOURCE1001} ./%{name}.manifest
-DSYSCONF_DIR:PATH=%{_sysconfdir} \
-DSTC_RW_DIR:PATH=%{_localstatedir}/lib/stc \
-DDATABASE_FULL_PATH=%{stc_db_file} \
- -DDATABASE_BACKUP_PATH=%{stc_backup_db_file}
+ -DDATABASE_BACKUP_PATH=%{stc_backup_db_file} \
+ -DLIBDIR=%{_libdir}
make %{?_smp_mflags}
%install