>>> "Ulrich Windl" <[email protected]> schrieb am 14.01.2015 um 08:45 in Nachricht <[email protected]>: >>>> Chris Leech <[email protected]> schrieb am 12.01.2015 um 20:24 in Nachricht > <[email protected]>: >> try and keep existing CFLAGS from environment for packagers >> --- >> iscsiuio/configure.ac | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/iscsiuio/configure.ac b/iscsiuio/configure.ac >> index d619598..7ee1e73 100644 >> --- a/iscsiuio/configure.ac >> +++ b/iscsiuio/configure.ac >> @@ -53,7 +53,7 @@ AC_LIBTOOL_DLOPEN >> # libtool stuff >> AC_PROG_LIBTOOL >> >> -CFLAGS="-O2 -Wall" >> +CFLAGS="${CFLAGS} -O2 -Wall" > > Don't you have to use either "+=" or ":=" for that? See "6.6 Appending More > Text to Variables" in the GNU make info...
Sorry, I didn't look close: It's autoconfigure, not Make... -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/d/optout.
