From 6f68621446ad9cc933458ef6ba31e12b68f7f405 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Wed, 2 May 2018 13:35:46 +0200 Subject: [PATCH] debug feature: always log to stderr Change-Id: I22ab64dc758e561e08794caeb6e8ad60bb2864a5 --- packaging/libusb.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/libusb.spec b/packaging/libusb.spec index 70a8026..5b8b33a 100755 --- a/packaging/libusb.spec +++ b/packaging/libusb.spec @@ -35,6 +35,7 @@ cp %{SOURCE1001} . %build %reconfigure\ --with-pic\ + --enable-debug-log \ %if %{?TIZEN_FEATURE_USBHOST_API} == on --enable-usbhost-api \ %endif -- 2.7.4