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:
85ee267
)
[packages] libv4l libc++ fix
author
John Crispin
<john@openwrt.org>
Fri, 3 Aug 2012 21:35:34 +0000
(21:35 +0000)
committer
John Crispin
<john@openwrt.org>
Fri, 3 Aug 2012 21:35:34 +0000
(21:35 +0000)
SVN-Revision: 32963
libs/libv4l/Makefile
patch
|
blob
|
history
diff --git
a/libs/libv4l/Makefile
b/libs/libv4l/Makefile
index af3b880fca5c622d39e2144dfca63c1db9e1941d..8ec4f7dbadef5af5fb388ab53fbbdc7b9a174825 100644
(file)
--- a/
libs/libv4l/Makefile
+++ b/
libs/libv4l/Makefile
@@
-18,6
+18,7
@@
PKG_MD5SUM:=80062780ae90e5955473b09b31e9828a
PKG_BUILD_DEPENDS:=argp-standalone
+include $(INCLUDE_DIR)/uclibc++.mk
include $(INCLUDE_DIR)/package.mk
define Package/libv4l/Default
@@
-57,7
+58,7
@@
define Package/v4l-utils
SECTION:=utils
CATEGORY:=Utilities
TITLE+= utilities
- DEPENDS := +libv4l
+uclibcxx
+ DEPENDS := +libv4l
$(CXX_DEPENDS)
endef
define Package/v4l-utils/description
@@
-66,7
+67,6
@@
define Package/v4l-utils/description
endef
TARGET_CFLAGS += $(FPIC)
-TARGET_CXX = $(STAGING_DIR)/host/bin/g++-uc
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \