0005-add-missing-LIBPREFIX-definition.patch 787 B

1234567891011121314151617181920212223242526272829
  1. From c2a49cbc635d8dc894763624c061be5ae8a1a01c Mon Sep 17 00:00:00 2001
  2. From: Guenter Obiltschnig <guenter.obiltschnig@appinf.com>
  3. Date: Mon, 30 Mar 2015 16:21:01 +0200
  4. Subject: [PATCH] add missing LIBPREFIX definition
  5. Backport from upstream commit c2a49cbc635d8dc894763624c061be5ae8a1a01c
  6. to ensure libraries are properly installed.
  7. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  8. ---
  9. Makefile | 2 ++
  10. 1 file changed, 2 insertions(+)
  11. diff --git a/Makefile b/Makefile
  12. index 49318a3..7ee99d8 100644
  13. --- a/Makefile
  14. +++ b/Makefile
  15. @@ -20,6 +20,8 @@ ifndef POCO_BUILD
  16. export POCO_BUILD=$(POCO_BASE)
  17. endif
  18. +LIBPREFIX ?= lib
  19. +
  20. .PHONY: poco all libexecs cppunit tests samples cleans clean distclean install
  21. # TESTS and SAMPLES are set in config.make
  22. --
  23. 2.6.2