source:
npl/system/nss_ldap/patches/treat-all-debian-systems-like-linux.patch
@
892871d
Last change on this file since 892871d was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 589 bytes |
-
configure.in
Description: Solve build failure on arm* kfreebsd* Bug-Debian: http://bugs.debian.org/683011 Author: Peter Green <plugwash@p10link.net> Reviewed-by: Thijs Kinkhorst <thijs@debian.org> Forwarded: not-needed
a b linux*) nss_ldap_so_LDFLAGS="-shared -Wl 99 99 esac 100 100 101 101 AM_CONDITIONAL(GCC, test "$GCC" = "yes") 102 AM_CONDITIONAL(GLIBC, test " $target_os" = "linux" -o "$target_os" = "linux-gnu")102 AM_CONDITIONAL(GLIBC, test "forcedpass" = "forcedpass") 103 103 AM_CONDITIONAL(AIX, test "$TARGET_OS" = AIX) 104 104 AM_CONDITIONAL(HPUX, test "$TARGET_OS" = HPUX) 105 105
Note: See TracBrowser
for help on using the repository browser.