projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Resync x86_64 kernel config and make uml build ext2 images by default
[openwrt.git]
/
package
/
spca5xx-view
/
Makefile
diff --git
a/package/spca5xx-view/Makefile
b/package/spca5xx-view/Makefile
index
772655c
..
6e6b9f1
100644
(file)
--- a/
package/spca5xx-view/Makefile
+++ b/
package/spca5xx-view/Makefile
@@
-24,14
+24,14
@@
define Package/spca5xx-view
SECTION:=utils
CATEGORY:=Utilities
TITLE:=spca5xx streaming applicaton
SECTION:=utils
CATEGORY:=Utilities
TITLE:=spca5xx streaming applicaton
- DEPENDS:=
kmod-spca5xx-le
libpthread
+ DEPENDS:=
+kmod-spca5xx-le +
libpthread
DESCRIPTION:=\
This package contains a streaming daemon for spca5xx based webcams
URL:=http://www.acmesystems.it
endef
define Build/Compile
DESCRIPTION:=\
This package contains a streaming daemon for spca5xx based webcams
URL:=http://www.acmesystems.it
endef
define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR)/servfox/ CFLAGS=
$(TARTGET_CFLAGS) CC=$(TARGET_CC)
+ $(MAKE) -C $(PKG_BUILD_DIR)/servfox/ CFLAGS=
"$(TARTGET_CFLAGS)" CC="$(TARGET_CC)" all
$(MAKE) -C $(PKG_BUILD_DIR)/servfox/ PREFIX="$(PKG_INSTALL_DIR)" install
endef
$(MAKE) -C $(PKG_BUILD_DIR)/servfox/ PREFIX="$(PKG_INSTALL_DIR)" install
endef
This page took
0.020152 seconds
and
4
git commands to generate.