]> git.pld-linux.org Git - packages/ceph.git/blame - ceph-link.patch
- linking borkage doesn't work well with parallel make
[packages/ceph.git] / ceph-link.patch
CommitLineData
7f577810
JB
1--- ceph-0.92/src/libradosstriper/Makefile.am.orig 2015-02-02 22:32:32.000000000 +0100
2+++ ceph-0.92/src/libradosstriper/Makefile.am 2015-02-07 18:25:15.007810402 +0100
3@@ -6,7 +6,7 @@
4 # We need this to avoid basename conflicts with the libradosstriper build tests in test/Makefile.am
5 libradosstriper_la_CXXFLAGS = ${AM_CXXFLAGS}
6
7-LIBRADOSSTRIPER_DEPS = $(LIBRADOS_DEPS)
8+LIBRADOSSTRIPER_DEPS = $(top_builddir)/src/librados.la $(LIBRADOS_DEPS)
9 libradosstriper_la_LIBADD = $(LIBRADOSSTRIPER_DEPS)
10 libradosstriper_la_LDFLAGS = ${AM_LDFLAGS} -version-info 1:0:0
11 if LINUX
This page took 0.032049 seconds and 4 git commands to generate.