Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix version extraction when building in a larger git tree
sslh uses host git to extract its own version number. In buildroot, this is an issue since extracted information is conflicting with buildroot git status if we use git as VCS for buildroot. Since these git calls are legitimate only if git is used for the sslh subtree only, this patch adds a check : a .git directory has to exist at the root of the project to enable git-extracted version string. Signed-off-by: David Bachelart <[email protected]> [[email protected]: fix troll character U+c2a0] Signed-off-by: "Yann E. MORIN" <[email protected]> [Retrieved from: https://git.buildroot.net/buildroot/tree/package/sslh/0001-secure-version-while-building-sslh-in-a-larger-git-t.patch] Signed-off-by: Fabrice Fontaine <[email protected]>
- Loading branch information