source: npl/system/nss_ldap/patches/fix_multiarch_dir.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: 381 bytes
RevLine 
[c5c522c]1Description: Use correct multiarch directory
2Author: Barry deFreese <bdefreese@debian.org>
3
4--- a/Makefile.am
5+++ b/Makefile.am
6@@ -39,7 +39,7 @@ DEFS = @DEFS@
7 #INCLUDES = -I$(top_builddir) -I$(srcdir)
8 
9 if GCC
10-MULTI_OS_DIRECTORY=$(shell $(CC) $(CFLAGS) -print-multi-os-directory)
11+MULTI_OS_DIRECTORY=$(shell $(CC) $(CFLAGS) -print-multiarch)
12 else
13 MULTI_OS_DIRECTORY=.
14 endif
Note: See TracBrowser for help on using the repository browser.