Details
-
Bug
-
Resolution: Not a Bug
-
Minor
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
Currently multiple arguments passed through rpmbuild as
CONFIGURE_ARGS are interpreted as a single argument.
Ex rpmbuild argument:
-define "configure_args '-with-o2ib=... --arg2 --arg3'"
is interpreted as:
./configure --with-o2ib='... --arg2 --arg3'
effectively discarding --arg2 and --arg3.
The contents of CONFIGURE_ARGS should have the quotes removed
before being forwarded to configure