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:
13456a4
)
mdnsreponder: Internal deps are broken. Force -j1
author
Michael Büsch
<mb@bu3sch.de>
Sat, 16 Oct 2010 18:09:16 +0000
(18:09 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Sat, 16 Oct 2010 18:09:16 +0000
(18:09 +0000)
SVN-Revision: 23479
net/mdnsresponder/Makefile
patch
|
blob
|
history
diff --git
a/net/mdnsresponder/Makefile
b/net/mdnsresponder/Makefile
index 6f449f4db3b1b117436624fbdd66b7b3d9a86736..4a25282d94d318001b5f92fed3bd0e90da42f0ad 100644
(file)
--- a/
net/mdnsresponder/Makefile
+++ b/
net/mdnsresponder/Makefile
@@
-17,6
+17,9
@@
PKG_MD5SUM:=aa4e0e5c57f94489463ea6576591ce9d
PKG_BUILD_DIR:=$(BUILD_DIR)/mDNSResponder-$(PKG_VERSION)
+# Force -j1
+PKG_JOBS:=
+
include $(INCLUDE_DIR)/package.mk
define Package/mdnsresponder