projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94030e8
)
opkg: add missing dependency on libpthread
author
Felix Fietkau
<nbd@nbd.name>
Mon, 26 Dec 2016 14:52:00 +0000
(15:52 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 26 Dec 2016 14:52:00 +0000
(15:52 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/system/opkg/Makefile
patch
|
blob
|
history
diff --git
a/package/system/opkg/Makefile
b/package/system/opkg/Makefile
index 4645dfd192abf00a3d5631bffe7a8a64bf244e98..cbd731f54c97672d147c2846b658b8fc73708c7b 100644
(file)
--- a/
package/system/opkg/Makefile
+++ b/
package/system/opkg/Makefile
@@
-41,7
+41,7
@@
define Package/opkg/Default
SECTION:=base
CATEGORY:=Base system
TITLE:=opkg package manager
- DEPENDS:=+uclient-fetch
+ DEPENDS:=+uclient-fetch
+libpthread
URL:=http://wiki.openmoko.org/wiki/Opkg
MENU:=1
endef