remove more bogus -j1 options from make calls
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5218 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -30,7 +30,7 @@ define Package/libwrap
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -j1 -C $(PKG_BUILD_DIR) \
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
OPT_CFLAGS="$(TARGET_CFLAGS)" \
|
||||
LIBS=-lnsl \
|
||||
|
Reference in New Issue
Block a user