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:
13332da
)
phidget21: add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 12 Jun 2012 01:56:52 +0000
(
01:56
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 12 Jun 2012 01:56:52 +0000
(
01:56
+0000)
SVN-Revision: 32255
libs/phidget21/Makefile
patch
|
blob
|
history
diff --git
a/libs/phidget21/Makefile
b/libs/phidget21/Makefile
index ccfd443edc7ab78dc10d362e2378abce48ce4821..70a2ef82d2d212b95952102a279d906011984140 100644
(file)
--- a/
libs/phidget21/Makefile
+++ b/
libs/phidget21/Makefile
@@
-21,6
+21,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/phidget21
SECTION:=libs
CATEGORY:=Libraries
+ DEPENDS:=+libpthread
TITLE:=Phidget API
URL:=http://www.phidgets.com/
endef