summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
476a6ff)
Reorder the configure options generated by build_nmh so they
will be before the variables, otherwise they end up IN things like
CFLAGS. Fixes bug #56680.
-printf "\n./configure ${CFLAGS:+CFLAGS=\"${CFLAGS}\" }$config_opts\n"
-./configure ${CFLAGS:+CFLAGS="${CFLAGS}"" "}$config_opts
+printf "\n./configure $config_opts ${CFLAGS:+CFLAGS=\"${CFLAGS}\" }\n"
+./configure $config_opts ${CFLAGS:+CFLAGS="${CFLAGS}"" "}
status=$?
if [ $status -eq 0 ]; then
status=$?
if [ $status -eq 0 ]; then