Browse Source

try to disable NLS to get rid of gettext dependency

master
parent
commit
eafa9ec1e8
  1. 5
      cadaver/cadaver.spec

5
cadaver/cadaver.spec

@ -33,7 +33,7 @@ Class: PLUS
Group: Web
License: GPL
Version: 0.22.3
Release: 20060606
Release: 20060617
# list of sources
Source0: http://www.webdav.org/cadaver/cadaver-%{version}.tar.gz
@ -80,7 +80,8 @@ AutoReqProv: no
--with-libxml2 \
--with-libs=%{l_prefix} \
--with-included-neon \
--with-ssl
--with-ssl \
--disable-nls
%{l_make} %{l_mflags -O}
%install

Loading…
Cancel
Save