source: npl/system/nss_ldap/patches/treat-all-debian-systems-like-linux.patch @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c 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: 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 
    9999esac
    100100
    101101AM_CONDITIONAL(GCC, test "$GCC" = "yes")
    102 AM_CONDITIONAL(GLIBC, test "$target_os" = "linux" -o "$target_os" = "linux-gnu")
     102AM_CONDITIONAL(GLIBC, test "forcedpass" = "forcedpass")
    103103AM_CONDITIONAL(AIX, test "$TARGET_OS" = AIX)
    104104AM_CONDITIONAL(HPUX, test "$TARGET_OS" = HPUX)
    105105
Note: See TracBrowser for help on using the repository browser.