File: treat-all-debian-systems-like-linux.patch

package info (click to toggle)
libnss-ldap 265-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,628 kB
  • sloc: ansic: 16,912; sh: 3,357; perl: 284; makefile: 105
file content (17 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/configure.in
+++ b/configure.in
@@ -99,7 +99,7 @@ linux*) nss_ldap_so_LDFLAGS="-shared -Wl
 esac
 
 AM_CONDITIONAL(GCC, test "$GCC" = "yes")
-AM_CONDITIONAL(GLIBC, test "$target_os" = "linux" -o "$target_os" = "linux-gnu")
+AM_CONDITIONAL(GLIBC, test "forcedpass" = "forcedpass")
 AM_CONDITIONAL(AIX, test "$TARGET_OS" = AIX)
 AM_CONDITIONAL(HPUX, test "$TARGET_OS" = HPUX)