- forgot -DLDAP_DEPRECATED flag
This commit is contained in:
Thomas Woerner 2006-11-30 14:32:08 +00:00
parent c7ab4f886b
commit c2fab26635

View File

@ -83,9 +83,9 @@ This plugin provides the unixODBC bindings for the FreeRADIUS server project.
%build %build
%ifarch s390 s390x %ifarch s390 s390x
export CFLAGS="$RPM_OPT_FLAGS -fPIC" export CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED"
%else %else
export CFLAGS="$RPM_OPT_FLAGS -fpic" export CFLAGS="$RPM_OPT_FLAGS -fpic -DLDAP_DEPRECATED"
%endif %endif
# bad fix for libtool: clear buildroot early, set LDFLAGS to buildroot libdir # bad fix for libtool: clear buildroot early, set LDFLAGS to buildroot libdir