145 LIBFFI_LIBS="%{l_ldflags} -lffi" \ |
145 LIBFFI_LIBS="%{l_ldflags} -lffi" \ |
146 PCRE_CFLAGS="%{l_cppflags pcre .}" \ |
146 PCRE_CFLAGS="%{l_cppflags pcre .}" \ |
147 PCRE_LIBS="%{l_ldflags} -lpcre" \ |
147 PCRE_LIBS="%{l_ldflags} -lpcre" \ |
148 PERL="%{l_prefix}/bin/perl" \ |
148 PERL="%{l_prefix}/bin/perl" \ |
149 PERL_PATH="%{l_prefix}/bin/perl" \ |
149 PERL_PATH="%{l_prefix}/bin/perl" \ |
|
150 GLIB_WARN_CFLAGS="" \ |
150 GREP="grep" \ |
151 GREP="grep" \ |
151 ./configure \ |
152 ./configure \ |
152 --prefix=%{l_prefix} \ |
153 --prefix=%{l_prefix} \ |
153 --mandir=%{l_prefix}/man \ |
154 --mandir=%{l_prefix}/man \ |
154 --with-libiconv=gnu \ |
155 --with-libiconv=gnu \ |