Last change
on this file 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
|
Rev | Line | |
---|
[c5c522c] | 1 | Description: Solve build failure on arm* kfreebsd* |
---|
| 2 | Bug-Debian: http://bugs.debian.org/683011 |
---|
| 3 | Author: Peter Green <plugwash@p10link.net> |
---|
| 4 | Reviewed-by: Thijs Kinkhorst <thijs@debian.org> |
---|
| 5 | Forwarded: not-needed |
---|
| 6 | |
---|
| 7 | --- a/configure.in |
---|
| 8 | +++ b/configure.in |
---|
| 9 | @@ -99,7 +99,7 @@ linux*) nss_ldap_so_LDFLAGS="-shared -Wl |
---|
| 10 | esac |
---|
| 11 | |
---|
| 12 | AM_CONDITIONAL(GCC, test "$GCC" = "yes") |
---|
| 13 | -AM_CONDITIONAL(GLIBC, test "$target_os" = "linux" -o "$target_os" = "linux-gnu") |
---|
| 14 | +AM_CONDITIONAL(GLIBC, test "forcedpass" = "forcedpass") |
---|
| 15 | AM_CONDITIONAL(AIX, test "$TARGET_OS" = AIX) |
---|
| 16 | AM_CONDITIONAL(HPUX, test "$TARGET_OS" = HPUX) |
---|
| 17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.