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:
3228d34
)
add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 19 Oct 2006 13:42:54 +0000
(13:42 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 19 Oct 2006 13:42:54 +0000
(13:42 +0000)
SVN-Revision: 5231
libs/pwlib/Makefile
patch
|
blob
|
history
diff --git
a/libs/pwlib/Makefile
b/libs/pwlib/Makefile
index 0609c3c10a818e677b3bf59acabf03188530c5d2..4d6dd4d3a07ade149ea3c4da0e92de421bff7a29 100644
(file)
--- a/
libs/pwlib/Makefile
+++ b/
libs/pwlib/Makefile
@@
-24,7
+24,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/pwlib
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+libpthread
+ DEPENDS:=+libpthread
+uclibcxx
TITLE:=Portable Windows library
URL:=http://www.openh323.org/
endef