[Buildroot] [PATCH 0/3] package/git: Fix static compilation

Remi Pommarel repk at triplefau.lt
Mon Oct 26 21:06:07 UTC 2015


Hi,

This patch series fixes git package static compilation. This fixes missing
library dependency coming from static library undefined symbols as well as
backport of submitted and accepted git patches.

Thanks
Remi

Remi Pommarel (3):
  package/git: Add needed library for static compilation
  package/git: Add git patch for static compilation
  package/git: Used curl-config program for target

 .../0001-Makefile-link-libcurl-before-zlib.patch   |  62 ++++++++++
 ...kefile-make-curl-config-path-configurable.patch | 131 +++++++++++++++++++++
 ...configure.ac-detect-ssl-need-with-libcurl.patch |  85 +++++++++++++
 package/git/git.mk                                 |  17 ++-
 4 files changed, 293 insertions(+), 2 deletions(-)
 create mode 100644 package/git/0001-Makefile-link-libcurl-before-zlib.patch
 create mode 100644 package/git/0002-Makefile-make-curl-config-path-configurable.patch
 create mode 100644 package/git/0003-configure.ac-detect-ssl-need-with-libcurl.patch

-- 
2.0.1



More information about the buildroot mailing list