source: npl/system/nss_ldap/patches/broken_build_system.patch

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 396 bytes
RevLine 
[c5c522c]1Description: Call vers_string independent of PATH
2Origin: upstream, https://github.com/PADL/nss_ldap/commit/ebc24093e2cc1be2fc78369746c1e8bc7c78a722
3
4--- a/Makefile.am
5+++ b/Makefile.am
6@@ -109,5 +109,5 @@ uninstall-local:
7        @$(NORMAL_UNINSTALL)
8 
9 vers.c: $(top_srcdir)/CVSVersionInfo.txt
10-       CVSVERSIONDIR=$(top_srcdir) vers_string -v
11+       CVSVERSIONDIR=$(top_srcdir) $(top_srcdir)/vers_string -v
12 
Note: See TracBrowser for help on using the repository browser.