projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6998b6e
)
libqmi: no need to enable traces explicitly
author
Florian Fainelli
<florian@openwrt.org>
Mon, 18 Feb 2013 09:59:32 +0000
(09:59 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 18 Feb 2013 09:59:32 +0000
(09:59 +0000)
Traces are always built now, and can be enabled/disabled with
'qmi_utils_set_traces_enabled()'.
Signed-off-by: Aleksander Morgado <aleksander@gnu.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35653
libs/libqmi/Makefile
patch
|
blob
|
history
diff --git
a/libs/libqmi/Makefile
b/libs/libqmi/Makefile
index d49b43edbb585fd1094351589749dc4d70c9732d..8e742f7dfb6f47ab2ca166fc5faba2704d02bcbb 100644
(file)
--- a/
libs/libqmi/Makefile
+++ b/
libs/libqmi/Makefile
@@
-25,8
+25,6
@@
define Package/libqmi/description
Helper library and utils to talk to QMI enabled modems
endef
-CONFIGURE_VARS+= CFLAGS="$$$$CFLAGS -DMESSAGE_ENABLE_TRACE"
-
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
$(CP) \