openbsd-ports/net/samba/patches/patch-configure_in
mbalmer 9d1bd157c2 Update to Samba 3.0.21b.
requested by and ok brad@
2006-02-02 09:40:43 +00:00

12 lines
445 B
Plaintext

$OpenBSD: patch-configure_in,v 1.9 2006/02/02 09:40:43 mbalmer Exp $
--- configure.in.orig Mon Jan 30 15:45:07 2006
+++ configure.in Tue Jan 31 10:01:18 2006
@@ -1449,6 +1449,7 @@ if test "$enable_shared" = "yes"; then
DYNEXP="-Wl,-Bdynamic"
SONAMEFLAG="-Wl,-soname,"
PICFLAGS="-fPIC"
+ SHLIBEXT="so"
AC_DEFINE(STAT_ST_BLOCKSIZE,512,[The size of a block])
AC_DEFINE(BROKEN_GETGRNAM,1,[Does getgrnam work correctly])
;;