diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-29 10:05:04 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-29 10:05:04 +0200 |
commit | ffc4afe084a76e7246bd373c73b706f512a86c2b (patch) | |
tree | 2b771aea3a59ee4a18e6f0605483dc45de733c46 /package/pptp-linux | |
parent | 8a1e83823de62f55ac06f4a67452ee7cc1ce3ace (diff) |
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>
Diffstat (limited to 'package/pptp-linux')
-rw-r--r-- | package/pptp-linux/pptp-linux.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/pptp-linux/pptp-linux.mk b/package/pptp-linux/pptp-linux.mk index 77ae34d8d..d4c5bc4ee 100644 --- a/package/pptp-linux/pptp-linux.mk +++ b/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= \ |