head	1.3;
access;
symbols
	RELEASE_4_4_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2001.12.17.19.05.17;	author nsayer;	state dead;
branches;
next	1.2;

1.2
date	2001.06.20.14.38.13;	author nsayer;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.20.13.38.56;	author nsayer;	state Exp;
branches;
next	;


desc
@@


1.3
log
@After much delay, I am finally able to test pam_smb again, which means
we can update to the latest version. Hooray!

PR:		ports/26913
Submitted by:	dwcjr
@
text
@--- configure.in.orig	Wed Jun 20 05:49:59 2001
+++ configure.in	Wed Jun 20 05:51:27 2001
@@@@ -138,6 +138,14 @@@@
         LD_FLAGS=""
         LD_SEARCH_FLAGS='-R ${LIB_RUNTIME_DIR}'
         ;;                                         
+    FreeBSD*)
+	SHLIB_CFLAGS="-fPIC -DPIC"
+	SHLIB_LD="gcc -shared"
+	SHLIB_LD_LIBS="-lpam"
+	SHLIB_SUFFIX=".so"
+	LD_FLAGS=""
+	LD_SEARCH_FLAGS=""
+	;;
 esac
 
 if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
@


1.2
log
@Sync CFLAGS with DC's PR for this.

PR:		26913
@
text
@@


1.1
log
@Add port for pam_smb, an NT domain PAM module
@
text
@d8 2
a9 2
+	SHLIB_CFLAGS=""
+	SHLIB_LD="gcc -shared -DCONFDIR=\"@@sysconfdir@@\""
@

