source:
npl/system/nss_ldap/patches/fix_multiarch_dir.patch
@
548499b
Last change on this file since 548499b was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 381 bytes |
-
Makefile.am
Description: Use correct multiarch directory Author: Barry deFreese <bdefreese@debian.org>
a b DEFS = @DEFS@ 39 39 #INCLUDES = -I$(top_builddir) -I$(srcdir) 40 40 41 41 if GCC 42 MULTI_OS_DIRECTORY=$(shell $(CC) $(CFLAGS) -print-multi -os-directory)42 MULTI_OS_DIRECTORY=$(shell $(CC) $(CFLAGS) -print-multiarch) 43 43 else 44 44 MULTI_OS_DIRECTORY=. 45 45 endif
Note: See TracBrowser
for help on using the repository browser.