source: trunk/server/fedora/specs/libgsasl.spec.patch @ 2640

Last change on this file since 2640 was 2597, checked in by achernya, 10 years ago
Unbreak libgsasl gssapi support
File size: 552 bytes
  • libgsasl.spec

    old new  
    11Name:           libgsasl
    22Version:        1.8.0
    3 Release:        3%{?dist}
     3Release:        3%{?dist}.scripts.%{scriptsversion}
    44Summary:        GNU SASL library
    55Group:          System Environment/Libraries
    66License:        LGPLv2+
     
    3131%setup -q
    3232
    3333%build
    34 %configure --disable-static --disable-rpath
     34%configure --disable-static --disable-rpath --with-gssapi-impl=mit
    3535make %{?_smp_mflags}
    3636
    3737%install
Note: See TracBrowser for help on using the repository browser.