You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.1 KiB

  1. From 4818bc3035bccc00d8c3fc9b14ec37366cac3059 Mon Sep 17 00:00:00 2001
  2. From: Jerome Duval <jerome.duval@gmail.com>
  3. Date: Mon, 2 Nov 2015 17:47:43 +0000
  4. Subject: [PATCH 01/10] BUG/BUILD: replace haproxy-systemd-wrapper with
  5. $(EXTRA) in install-bin.
  6. [wt: this should be backported to 1.6 and 1.5 as well since some platforms
  7. don't build the systemd-wrapper]
  8. (cherry picked from commit 796d2fc136359c31c5c35f00c0751890ab42a016)
  9. (cherry picked from commit 9d0b47d96825b0584ea81c826a96ed8babcc016b)
  10. ---
  11. Makefile | 5 ++---
  12. 1 file changed, 2 insertions(+), 3 deletions(-)
  13. diff --git a/Makefile b/Makefile
  14. index 9556069..e3199b2 100644
  15. --- a/Makefile
  16. +++ b/Makefile
  17. @@ -719,10 +719,9 @@ install-doc:
  18. install -m 644 doc/$$x.txt "$(DESTDIR)$(DOCDIR)" ; \
  19. done
  20. -install-bin: haproxy haproxy-systemd-wrapper
  21. +install-bin: haproxy $(EXTRA)
  22. install -d "$(DESTDIR)$(SBINDIR)"
  23. - install haproxy "$(DESTDIR)$(SBINDIR)"
  24. - install haproxy-systemd-wrapper "$(DESTDIR)$(SBINDIR)"
  25. + install haproxy $(EXTRA) "$(DESTDIR)$(SBINDIR)"
  26. install: install-bin install-man install-doc
  27. --
  28. 2.4.10