]> git.pld-linux.org Git - packages/libcassandra.git/blob - libcassandra-ac.patch
- workaround for broken lib suffix guesswork
[packages/libcassandra.git] / libcassandra-ac.patch
1 --- matkor-libcassandra-98ab52b/configure.ac~   2011-06-01 13:08:55.000000000 +0200
2 +++ matkor-libcassandra-98ab52b/configure.ac    2014-01-28 20:06:30.684885060 +0100
3 @@ -15,6 +15,7 @@
4  
5  AC_PROG_CXX
6  AC_PROG_LIBTOOL
7 +AM_PROG_AR
8  
9  PANDORA_CANONICAL_TARGET(less-warnings, warnings-always-on, require-cxx, skip-visibility)
10  
11 --- matkor-libcassandra-98ab52b/libgenthrift/Makefile.am~       2011-06-01 13:08:55.000000000 +0200
12 +++ matkor-libcassandra-98ab52b/libgenthrift/Makefile.am        2014-01-28 20:08:52.814886023 +0100
13 @@ -19,16 +19,16 @@
14  
15  
16  # where to install the headers on the system
17 -libgenthrift_ladir = $(includedir)/libgenthrift
18 +libgenthriftdir = $(includedir)/libgenthrift
19  
20  # the sources to add to the library and to add to the source distribution
21 -libgenthrift_la_HEADERS = \
22 +libgenthrift_HEADERS = \
23                          cassandra_constants.h \
24                          Cassandra.h \
25                          cassandra_types.h 
26  
27  libgenthrift_la_SOURCES= \
28 -                                 $(libgenthrift_la_HEADERS )  \
29 +                                 $(libgenthrift_HEADERS)  \
30                                   cassandra_constants.cpp \
31                                   Cassandra.cpp \
32                                   cassandra_types.cpp 
33 --- matkor-libcassandra-98ab52b/m4/lib-prefix.m4~       2011-06-01 13:08:55.000000000 +0200
34 +++ matkor-libcassandra-98ab52b/m4/lib-prefix.m4        2016-02-27 18:40:19.531804165 +0100
35 @@ -174,7 +174,9 @@
36    dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or
37    dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib.
38    AC_REQUIRE([AC_CANONICAL_HOST])
39 -  acl_libdirstem=lib
40 +  if test -z "$acl_libdirstem" ; then
41 +    acl_libdirstem=lib
42 +  fi
43    acl_libdirstem2=
44    case "$host_os" in
45      solaris*)
This page took 0.068386 seconds and 3 git commands to generate.