Enable the dlog of murphy 08/191308/6
authorYoungHun Kim <yh8004.kim@samsung.com>
Mon, 15 Oct 2018 23:17:50 +0000 (08:17 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Wed, 24 Oct 2018 08:53:12 +0000 (08:53 +0000)
Change-Id: I218fd6029c91f4687b9a7b069f3160ea212fd8de

packaging/murphy.spec

index 450f24ef087630a5ddc339eef791498c2e7c0acd..9da148090315236dd931cb9447ebf139da0d0dce 100644 (file)
@@ -27,7 +27,7 @@
 Summary: Resource policy framework
 Name: murphy
 Version: 0.0.74
-Release: 13
+Release: 14
 License: BSD-3-Clause
 Group: System/Service
 URL: http://01.org/murphy/
@@ -245,9 +245,12 @@ CONFIG_OPTIONS="$CONFIG_OPTIONS --disable-websockets"
 CONFIG_OPTIONS="$CONFIG_OPTIONS --disable-smack"
 #%endif
 
-# relro
+#relro
 CONFIG_OPTIONS="$CONFIG_OPTIONS --enable-relro"
 
+#dlog
+CONFIG_OPTIONS="$CONFIG_OPTIONS --enable-dlog"
+
 ./bootstrap
 %configure $CONFIG_OPTIONS --with-dynamic-plugins=$DYNAMIC_PLUGINS
 %__make clean