70 # run the autoconf(1) generated configuration logic |
70 # run the autoconf(1) generated configuration logic |
71 CC="%{l_cc}" \ |
71 CC="%{l_cc}" \ |
72 CFLAGS="%{l_cflags -O}" \ |
72 CFLAGS="%{l_cflags -O}" \ |
73 CPPFLAGS="%{l_cppflags}" \ |
73 CPPFLAGS="%{l_cppflags}" \ |
74 LDFLAGS="%{l_ldflags}" \ |
74 LDFLAGS="%{l_ldflags}" \ |
|
75 GREP="grep" \ |
75 ./configure \ |
76 ./configure \ |
76 --prefix=%{l_prefix} \ |
77 --prefix=%{l_prefix} \ |
77 --disable-nls |
78 --disable-nls |
78 |
79 |
79 # run the native build logic using parallel make |
80 # run the native build logic using parallel make |