141 case "%{l_platform -t}" in |
141 case "%{l_platform -t}" in |
142 *-hpux* ) loclibs="-lnm" ;; |
142 *-hpux* ) loclibs="-lnm" ;; |
143 esac |
143 esac |
144 |
144 |
145 # configure package |
145 # configure package |
|
146 CONFIG_SHELL=%{l_bash} \ |
146 ./configure \ |
147 ./configure \ |
147 --cache-file=./config.cache \ |
148 --cache-file=./config.cache \ |
148 --with-cc="%{l_cc}" \ |
149 --with-cc="%{l_cc}" \ |
149 --with-cflags="%{l_cflags -O} %{l_cppflags}" \ |
150 --with-cflags="%{l_cflags -O} %{l_cppflags}" \ |
150 --with-ldflags="%{l_ldflags} %{l_fsl_ldflags}" \ |
151 --with-ldflags="%{l_ldflags} %{l_fsl_ldflags}" \ |