projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8e3cc7
)
add missing dependency
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 Oct 2006 13:42:54 +0000
(13:42 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 Oct 2006 13:42:54 +0000
(13:42 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5231
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/pwlib/Makefile
patch
|
blob
|
history
diff --git
a/libs/pwlib/Makefile
b/libs/pwlib/Makefile
index
0609c3c
..
4d6dd4d
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