| 149 CC="%{l_cc}" \ |
149 CC="%{l_cc}" \ |
| 150 CFLAGS="%{l_cflags -O}" \ |
150 CFLAGS="%{l_cflags -O}" \ |
| 151 CPPFLAGS="%{l_cppflags ncurses}" \ |
151 CPPFLAGS="%{l_cppflags ncurses}" \ |
| 152 LDFLAGS="%{l_ldflags} $LIBS" \ |
152 LDFLAGS="%{l_ldflags} $LIBS" \ |
| 153 LIBS="$libs" \ |
153 LIBS="$libs" \ |
| |
154 GREP="grep" \ |
| 154 ./configure \ |
155 ./configure \ |
| 155 --prefix=%{l_prefix} \ |
156 --prefix=%{l_prefix} \ |
| 156 --with-dir-user=%{l_rusr} \ |
157 --with-dir-user=%{l_rusr} \ |
| 157 --with-dir-group=%{l_rgrp} \ |
158 --with-dir-group=%{l_rgrp} \ |
| 158 --with-sd-user=%{l_rusr} \ |
159 --with-sd-user=%{l_rusr} \ |