0:18e432a16350 | 1:12fa6b09246a |
---|---|
75 CXX="%{l_cxx}" \ | 75 CXX="%{l_cxx}" \ |
76 CFLAGS="%{l_cflags -O}" \ | 76 CFLAGS="%{l_cflags -O}" \ |
77 CXXFLAGS="%{l_cflags -O}" \ | 77 CXXFLAGS="%{l_cflags -O}" \ |
78 CPPFLAGS="%{l_cppflags}" \ | 78 CPPFLAGS="%{l_cppflags}" \ |
79 LDFLAGS="%{l_ldflags}" \ | 79 LDFLAGS="%{l_ldflags}" \ |
80 GREP=grep \ | |
80 ./configure \ | 81 ./configure \ |
81 --prefix=%{l_prefix} \ | 82 --prefix=%{l_prefix} \ |
82 --disable-shared | 83 --disable-shared |
83 | 84 |
84 # build using parallel make | 85 # build using parallel make |