1:6fcbba917e3f | 2:7e619fab9085 |
---|---|
93 CC="%{l_cc}" \ | 93 CC="%{l_cc}" \ |
94 CFLAGS="%{l_cflags -O}" \ | 94 CFLAGS="%{l_cflags -O}" \ |
95 CPPFLAGS="%{l_cppflags}" \ | 95 CPPFLAGS="%{l_cppflags}" \ |
96 LDFLAGS="%{l_ldflags}" \ | 96 LDFLAGS="%{l_ldflags}" \ |
97 LIBS="$loclibs" \ | 97 LIBS="$loclibs" \ |
98 GREP=grep \ | |
98 ./configure \ | 99 ./configure \ |
99 --prefix=%{l_prefix} \ | 100 --prefix=%{l_prefix} \ |
100 --disable-shared | 101 --disable-shared |
101 | 102 |
102 # build using parallel make | 103 # build using parallel make |