1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 18:45:06 +03:00

Force 1 job at-a-time for isakmpd

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7510 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-06-06 15:04:17 +00:00
parent f728d570eb
commit 4fa29882b5

View File

@ -32,7 +32,7 @@ endef
define Build/Compile
CFLAGS="$(TARGET_CFLAGS)" \
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_OPTS) -j1 \
LINUX_DIR="$(LINUX_DIR)" \
EXTRA_CPPFLAGS="$(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/openssl -I$(STAGING_DIR)/usr/include/keynote" \
EXTRA_LDFLAGS="$(TARGET_LDFLAGS)"