source: npl/system/nss_ldap/patches/fix_multiarch_dir.patch @ 7c410f9

Last change on this file since 7c410f9 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
  • Makefile.am

    Description: Use correct multiarch directory
    Author: Barry deFreese <bdefreese@debian.org>
    
    a b DEFS = @DEFS@ 
    3939#INCLUDES = -I$(top_builddir) -I$(srcdir)
    4040
    4141if GCC
    42 MULTI_OS_DIRECTORY=$(shell $(CC) $(CFLAGS) -print-multi-os-directory)
     42MULTI_OS_DIRECTORY=$(shell $(CC) $(CFLAGS) -print-multiarch)
    4343else
    4444MULTI_OS_DIRECTORY=.
    4545endif
Note: See TracBrowser for help on using the repository browser.