aboutsummaryrefslogtreecommitdiff
path: root/patches-applied/044_configure_supports_bsd
blob: 275cb178a9b1d4e7e14b035c56f1efd270bd38c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: Linux-PAM/configure.in
===================================================================
--- Linux-PAM/configure.in	(revision 303)
+++ Linux-PAM/configure.in	(working copy)
@@ -301,7 +301,7 @@
 ### May need per-OS attention
 ### Example: -D_POSIX_SOURCE: needed on Linux but harms Solaris.
 	case $OS in
-	linux|gnu)
+	linux|gnu|gnu/*)
 		OS_CFLAGS=
 		LD_D="$CC -shared $LDFLAGS"
 		WARNINGS="$GCC_WARNINGS"