projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b655a81
)
[net] Telephony: Yate: Fixed bigendian test to use CONFIG_BIG_ENDIAN, not a cached...
author
Daniel Dickinson
<crazycshore@gmail.com>
Tue, 15 Mar 2011 12:48:48 +0000
(12:48 +0000)
committer
Daniel Dickinson
<crazycshore@gmail.com>
Tue, 15 Mar 2011 12:48:48 +0000
(12:48 +0000)
SVN-Revision: 26179
net/yate/Makefile
patch
|
blob
|
history
diff --git
a/net/yate/Makefile
b/net/yate/Makefile
index 50d1b9e9fdbe21f86553a972e585235b8e9c35fb..2b95a14b72933b2c2cfe9d88cb65e42ef51b1332 100644
(file)
--- a/
net/yate/Makefile
+++ b/
net/yate/Makefile
@@
-42,7
+42,7
@@
define Package/$(PKG_NAME)/Default/description
SIP, H.323, IAX, PSTN, and more.
endef
-TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include $(if $(
findstring ${ac_cv_c_bigendian},yes
),-DBIGENDIAN,)
+TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include $(if $(
CONFIG_BIG_ENDIAN
),-DBIGENDIAN,)
CONFIGURE_ARGS+= \
--without-libqt4 \