- enable selinux and set openssl as crypto implementation

- enable selinux and set openssl as crypto implementation

OBS-URL: https://build.opensuse.org/package/show/network/krb5?expand=0&rev=92
This commit is contained in:
Michael Calmer 2013-03-27 10:45:21 +00:00 committed by Git OBS Bridge
parent f4939a9fba
commit c043de4335
4 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 27 11:36:00 CET 2013 - mc@suse.de
- enable selinux and set openssl as crypto implementation
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 22 10:34:55 CET 2013 - mc@suse.de Fri Mar 22 10:34:55 CET 2013 - mc@suse.de

View File

@ -204,10 +204,12 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/et -fno-strict-aliasing -D_GNU_SOURCE -fPI
--with-ldap \ --with-ldap \
--with-pam \ --with-pam \
--enable-pkinit \ --enable-pkinit \
--with-pkinit-crypto-impl=openssl \
%else %else
--disable-pkinit \ --disable-pkinit \
--without-pam \ --without-pam \
%endif %endif
--with-selinux \
--with-system-et \ --with-system-et \
--with-system-ss --with-system-ss
make %{?jobs:-j%jobs} make %{?jobs:-j%jobs}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 27 11:36:00 CET 2013 - mc@suse.de
- enable selinux and set openssl as crypto implementation
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 22 10:34:55 CET 2013 - mc@suse.de Fri Mar 22 10:34:55 CET 2013 - mc@suse.de

View File

@ -204,10 +204,12 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/et -fno-strict-aliasing -D_GNU_SOURCE -fPI
--with-ldap \ --with-ldap \
--with-pam \ --with-pam \
--enable-pkinit \ --enable-pkinit \
--with-pkinit-crypto-impl=openssl \
%else %else
--disable-pkinit \ --disable-pkinit \
--without-pam \ --without-pam \
%endif %endif
--with-selinux \
--with-system-et \ --with-system-et \
--with-system-ss --with-system-ss
make %{?jobs:-j%jobs} make %{?jobs:-j%jobs}