diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-11-01 04:58:01 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-11-01 04:58:01 +0000 |
commit | 5b78d4d0e39eddddaeb7ebca075e0468849c3232 (patch) | |
tree | 6dc42a7e34b8dc0e6f9e204f81416a8816adeae3 /plugin/auth-pam/Makefile | |
parent | Merged Alon's branch: (diff) | |
download | openvpn-5b78d4d0e39eddddaeb7ebca075e0468849c3232.tar.xz |
auth-pam change: link with -lpam rather
than dlopen (Roy Marples).
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1421 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'plugin/auth-pam/Makefile')
-rwxr-xr-x | plugin/auth-pam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/auth-pam/Makefile b/plugin/auth-pam/Makefile index 3e7c6ce..e69fe3f 100755 --- a/plugin/auth-pam/Makefile +++ b/plugin/auth-pam/Makefile @@ -4,7 +4,7 @@ # If PAM modules are not linked against libpam.so, set DLOPEN_PAM to 1. This # must be done on SUSE 9.1, at least. -DLOPEN_PAM=1 +DLOPEN_PAM=0 ifeq ($(DLOPEN_PAM),1) LIBPAM=-ldl |