diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-07-09 15:27:20 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-07-09 15:27:20 -0400 |
| commit | b080efdaab908f30cd796e9523b4628be246980b (patch) | |
| tree | 163a21e0401028aa56dd502dde360c0727749053 | |
| parent | b4b2e0677cd9cd407379dc387308453e5d50af9d (diff) | |
| download | slapi-nis-b080efdaab908f30cd796e9523b4628be246980b.tar.gz slapi-nis-b080efdaab908f30cd796e9523b4628be246980b.tar.xz slapi-nis-b080efdaab908f30cd796e9523b4628be246980b.zip | |
- add some missing dependencies
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | slapi-nis.spec | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 48edf88..fccf87c 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,7 @@ AC_ARG_WITH(server, server=dirsrv) case "$server" in dirsrv) - PKG_CHECK_MODULES(RUNTIME,nss nspr) + PKG_CHECK_MODULES(RUNTIME,mozldap nss nspr) saved_CFLAGS="$CFLAGS" saved_LIBS="$LIBS" CFLAGS="$CFLAGS $RUNTIME_CFLAGS" diff --git a/slapi-nis.spec b/slapi-nis.spec index 4602379..f69e337 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -9,7 +9,7 @@ URL: http://slapi-nis.fedoraproject.org/ Source0: http://people.redhat.com/~nalin/slapi-nis/slapi-nis-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: fedora-ds-base-devel +BuildRequires: fedora-ds-base-devel, mozldap-devel, tcp_wrappers-devel %description This slapi-nis package contains two plugins which aim to ease the @@ -23,7 +23,7 @@ in the directory. %setup -q %build -%configure --disable-static +%configure --disable-static --with-tcp-wrappers make %{?_smp_mflags} %install |
