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:
4d8a9ef
)
libsynce: Fix parallel build
author
Michael Büsch
<mb@bu3sch.de>
Fri, 8 Oct 2010 19:37:43 +0000
(19:37 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Fri, 8 Oct 2010 19:37:43 +0000
(19:37 +0000)
SVN-Revision: 23335
libs/libsynce/Makefile
patch
|
blob
|
history
diff --git
a/libs/libsynce/Makefile
b/libs/libsynce/Makefile
index 138a9b02bd0e7e1075e881eba2178a2e5fb5adc7..94f47f099ef8dbd57ef70259b83985d6b8d2c85f 100644
(file)
--- a/
libs/libsynce/Makefile
+++ b/
libs/libsynce/Makefile
@@
-18,6
+18,8
@@
PKG_MD5SUM:=fd473d3deceda7912af4427dede1736f
include $(INCLUDE_DIR)/package.mk
PKG_BUILD_DEPENDS:=libiconv
+PKG_BUILD_PARALLEL:=1
+PKG_INSTALL:=1
PKG_FIXUP:=libtool
define Package/libsynce
@@
-35,8
+37,7
@@
endef
MAKE_FLAGS += \
OPTIM="$(TARGET_CFLAGS)" \
CFLAGS="$(TARGET_CFLAGS)" \
- DESTDIR="$(PKG_INSTALL_DIR)" \
- all install
+ DESTDIR="$(PKG_INSTALL_DIR)"
CONFIGURE_ARGS += \
--enable-hal-support=no \