diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-02-03 10:31:39 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-02-03 10:31:39 +0100 |
commit | 892cd36992030a6cca91ac0c0228656842720a27 (patch) | |
tree | 2a95aaa53650a896e0213cc65de72c5e6339e584 /plugin/auth_pam | |
parent | 6af588d8202705a3b6db6d6f9ffa4c87867d9a5b (diff) | |
download | mariadb-git-892cd36992030a6cca91ac0c0228656842720a27.tar.gz |
make pam plugin to build in 5.5.
fix pam.tets for 5.5
Diffstat (limited to 'plugin/auth_pam')
-rw-r--r-- | plugin/auth_pam/Makefile.am | 16 | ||||
-rw-r--r-- | plugin/auth_pam/plug.in | 4 |
2 files changed, 0 insertions, 20 deletions
diff --git a/plugin/auth_pam/Makefile.am b/plugin/auth_pam/Makefile.am deleted file mode 100644 index be20d393781..00000000000 --- a/plugin/auth_pam/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -EXTRA_LTLIBRARIES = auth_pam.la libauth_pam.la - -pkgplugindir=$(pkglibdir)/plugin -AM_CPPFLAGS = -I$(top_srcdir)/include - -pkgplugin_LTLIBRARIES = @plugin_auth_pam_shared_target@ -auth_pam_la_LDFLAGS = -module -rpath $(pkgplugindir) -L$(top_builddir)/libservices -lmysqlservices -lpam -auth_pam_la_CFLAGS = -shared -DMYSQL_DYNAMIC_PLUGIN -auth_pam_la_SOURCES = auth_pam.c - -noinst_LTLIBRARIES = @plugin_auth_pam_static_target@ -libauth_pam_la_LDFLAGS = -lpam -libauth_pam_la_SOURCES = auth_pam.c - -EXTRA_DIST = plug.in - diff --git a/plugin/auth_pam/plug.in b/plugin/auth_pam/plug.in deleted file mode 100644 index 05af6ce6461..00000000000 --- a/plugin/auth_pam/plug.in +++ /dev/null @@ -1,4 +0,0 @@ -MYSQL_PLUGIN(auth_pam, [PAM Authentication Plugin], [PAM Authentication Plugin]) -MYSQL_PLUGIN_DYNAMIC(auth_pam, [auth_pam.la]) - -AC_CHECK_HEADER([security/pam_appl.h],,[MYSQL_PLUGIN_WITHOUT(auth_pam)]) |