]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
don't override CFLAGS
authorAlexandre Oliva <lxoliva@fsfla.org>
Thu, 22 Mar 2012 19:23:02 +0000 (16:23 -0300)
committerSage Weil <sage.weil@dreamhost.com>
Sun, 25 Mar 2012 14:57:39 +0000 (07:57 -0700)
commit3ab28950beabe9d452da35ec2f2d583751764a9a
treea6e22e5ee512a0a8ee53c6154a34a2bbe5620413
parentd3bcac241f25f681a585c2115a79befe43dd7d6c
don't override CFLAGS

leveldb adds -I flags to CFLAGS and CXXFLAGS, but if these macros are
overridden in the make command line, the flags are dropped, and the
build fails.  leveldb should probably use AM_CFLAGS instead, but the
spec file can specify the preferred CFLAGS in the configure command
line, and then everything will work as expected.

Signed-off-by: Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
ceph.spec.in