Browse Source

pptp-linux: fix build with high BR2_JLEVEL settings

The pptp-linux build system is not robust against parallel builds.

Fixes http://autobuild.buildroot.net/results/a75fab3f04d03cb39cd41a86b6f57307198ba5f1

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 13 năm trước cách đây
mục cha
commit
ffc4afe084
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      package/pptp-linux/pptp-linux.mk

+ 1 - 0
package/pptp-linux/pptp-linux.mk

@@ -7,6 +7,7 @@
 PPTP_LINUX_VERSION = 1.7.2
 PPTP_LINUX_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/pptpclient
 PPTP_LINUX_SOURCE = pptp-$(PPTP_LINUX_VERSION).tar.gz
+PPTP_LINUX_MAKE = $(MAKE1)
 
 define PPTP_LINUX_BUILD_CMDS
 	$(MAKE) -C $(@D) OPTIMIZE= DEBUG= \