]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src/yasm-wrapper: ignore parameters starting with ggc-min
authorNathan Cutler <ncutler@suse.com>
Thu, 18 Feb 2016 23:22:28 +0000 (00:22 +0100)
committerNathan Cutler <ncutler@suse.com>
Fri, 19 Feb 2016 14:36:21 +0000 (15:36 +0100)
commitc7eba2aa3d4605851ec2d1cf9fa04ea6dc1d5ebd
tree7ee07cf6e71881a01c17541740442d1c76aceaa6
parent78799a9c92e808a8aa7b51a9450494e59cd13f54
src/yasm-wrapper: ignore parameters starting with ggc-min

When the "with lowmem_builder" bcond is active, the string "--param
ggc-min-expand=20 --param ggc-min-heapsize=32768" is added to
RPM_OPT_FLAGS. In the course of the build, these parameters get passed on
to yasm-wrapper, making it unhappy.

http://tracker.ceph.com/issues/14811 Fixes: #14811

Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/yasm-wrapper