summaryrefslogtreecommitdiffstats
path: root/ipa-server
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmill@redhat.com>2007-10-18 10:02:26 -0400
committerKarl MacMillan <kmacmill@redhat.com>2007-10-18 10:02:26 -0400
commitc49d478b92843de3395a82b012847da8958afa2b (patch)
treef3ea089d6a471980e81db83d0d3ad33483e5ee7b /ipa-server
parent1fcc3c66508e1e232768ae6a17396c2e44c669d0 (diff)
downloadfreeipa-c49d478b92843de3395a82b012847da8958afa2b.tar.gz
freeipa-c49d478b92843de3395a82b012847da8958afa2b.tar.xz
freeipa-c49d478b92843de3395a82b012847da8958afa2b.zip
Fix build from autoconf patch import.
Diffstat (limited to 'ipa-server')
-rw-r--r--ipa-server/AUTHORS0
-rw-r--r--ipa-server/NEWS0
-rw-r--r--ipa-server/README0
-rwxr-xr-xipa-server/freeipa-server.spec12
-rw-r--r--ipa-server/freeipa-server.spec.in12
-rw-r--r--ipa-server/ipa-slapi-plugins/dna/Makefile.am2
-rw-r--r--ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am2
-rw-r--r--ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am2
8 files changed, 20 insertions, 10 deletions
diff --git a/ipa-server/AUTHORS b/ipa-server/AUTHORS
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/ipa-server/AUTHORS
diff --git a/ipa-server/NEWS b/ipa-server/NEWS
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/ipa-server/NEWS
diff --git a/ipa-server/README b/ipa-server/README
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/ipa-server/README
diff --git a/ipa-server/freeipa-server.spec b/ipa-server/freeipa-server.spec
index eaca6ac17..31fe01b66 100755
--- a/ipa-server/freeipa-server.spec
+++ b/ipa-server/freeipa-server.spec
@@ -21,17 +21,16 @@ FreeIPA is a server for identity, policy, and audit.
%prep
%setup -q
+./configure --prefix=%{buildroot}/usr --libdir=%{buildroot}/%{_libdir} --sysconfdir=%{buildroot}/etc
%build
-make DESTDIR=%{buildroot}
+make
%install
rm -rf %{buildroot}
-mkdir -p %{buildroot}%{_sbindir}
-mkdir -p %{buildroot}%{plugin_dir}
-make install DESTDIR=%{buildroot} LIBDIR=%{buildroot}%{_libdir}
+make install
%clean
@@ -41,7 +40,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_sbindir}/ipa-server-install
-%{_sbindir}/ipa_kpasswd
+%{_sbindir}/ipa-kpasswd
%{_sbindir}/ipa-webgui
%attr(755,root,root) %{_initrddir}/ipa-kpasswd
%attr(755,root,root) %{_initrddir}/ipa-webgui
@@ -50,8 +49,11 @@ rm -rf %{buildroot}
%{_usr}/share/ipa/*
%attr(755,root,root) %{plugin_dir}/libipa_pwd_extop.so
+%attr(755,root,root) %{plugin_dir}/libipa_pwd_extop.la
%attr(755,root,root) %{plugin_dir}/libipa-memberof-plugin.so
+%attr(755,root,root) %{plugin_dir}/libipa-memberof-plugin.la
%attr(755,root,root) %{plugin_dir}/libipa-dna-plugin.so
+%attr(755,root,root) %{plugin_dir}/libipa-dna-plugin.la
%changelog
diff --git a/ipa-server/freeipa-server.spec.in b/ipa-server/freeipa-server.spec.in
index 1b7e219fc..a6498d34a 100644
--- a/ipa-server/freeipa-server.spec.in
+++ b/ipa-server/freeipa-server.spec.in
@@ -21,17 +21,16 @@ FreeIPA is a server for identity, policy, and audit.
%prep
%setup -q
+./configure --prefix=%{buildroot}/usr --libdir=%{buildroot}/%{_libdir} --sysconfdir=%{buildroot}/etc
%build
-make DESTDIR=%{buildroot}
+make
%install
rm -rf %{buildroot}
-mkdir -p %{buildroot}%{_sbindir}
-mkdir -p %{buildroot}%{plugin_dir}
-make install DESTDIR=%{buildroot} LIBDIR=%{buildroot}%{_libdir}
+make install
%clean
@@ -41,7 +40,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_sbindir}/ipa-server-install
-%{_sbindir}/ipa_kpasswd
+%{_sbindir}/ipa-kpasswd
%{_sbindir}/ipa-webgui
%attr(755,root,root) %{_initrddir}/ipa-kpasswd
%attr(755,root,root) %{_initrddir}/ipa-webgui
@@ -50,8 +49,11 @@ rm -rf %{buildroot}
%{_usr}/share/ipa/*
%attr(755,root,root) %{plugin_dir}/libipa_pwd_extop.so
+%attr(755,root,root) %{plugin_dir}/libipa_pwd_extop.la
%attr(755,root,root) %{plugin_dir}/libipa-memberof-plugin.so
+%attr(755,root,root) %{plugin_dir}/libipa-memberof-plugin.la
%attr(755,root,root) %{plugin_dir}/libipa-dna-plugin.so
+%attr(755,root,root) %{plugin_dir}/libipa-dna-plugin.la
%changelog
diff --git a/ipa-server/ipa-slapi-plugins/dna/Makefile.am b/ipa-server/ipa-slapi-plugins/dna/Makefile.am
index d8d6d1d7b..57a99764b 100644
--- a/ipa-server/ipa-slapi-plugins/dna/Makefile.am
+++ b/ipa-server/ipa-slapi-plugins/dna/Makefile.am
@@ -23,6 +23,8 @@ libipa_dna_plugin_la_SOURCES = \
dna.c \
$(NULL)
+libipa_dna_plugin_la_LDFLAGS = -avoid-version
+
libipa_dna_plugin_la_LIBADD = \
$(MOZLDAP_LIBS) \
$(NULL)
diff --git a/ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am b/ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am
index bc236c32c..54ddd538a 100644
--- a/ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am
+++ b/ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am
@@ -23,6 +23,8 @@ libipa_memberof_plugin_la_SOURCES = \
ipa-memberof.c \
$(NULL)
+libipa_memberof_plugin_la_LDFLAGS = -avoid-version
+
libipa_memberof_plugin_la_LIBADD = \
$(MOZLDAP_LIBS) \
$(NULL)
diff --git a/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am b/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
index 684243839..5c0fb2325 100644
--- a/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
+++ b/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
@@ -23,6 +23,8 @@ libipa_pwd_extop_la_SOURCES = \
ipa_pwd_extop.c \
$(NULL)
+libipa_pwd_extop_la_LDFLAGS = -avoid-version
+
libipa_pwd_extop_la_LIBADD = \
$(MOZLDAP_LIBS) \
$(NULL)