diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-19 11:50:24 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-19 11:50:24 +0200 |
commit | 2e2cc2b2a34f4fc7e91b54cbfd924040a733358e (patch) | |
tree | d78ca5fad567226c90c823078458369fae999129 /recipes/commoncpp/commoncpp2/configure.ac.patch | |
parent | f581fe3a0d3c192e04475fd61e5c7f0bcc8ccebe (diff) |
gnu common c++ lib: added recipe
Diffstat (limited to 'recipes/commoncpp/commoncpp2/configure.ac.patch')
-rw-r--r-- | recipes/commoncpp/commoncpp2/configure.ac.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/commoncpp/commoncpp2/configure.ac.patch b/recipes/commoncpp/commoncpp2/configure.ac.patch new file mode 100644 index 0000000000..5f4090bb44 --- /dev/null +++ b/recipes/commoncpp/commoncpp2/configure.ac.patch @@ -0,0 +1,12 @@ +Index: commoncpp2-1.7.1/configure.ac +=================================================================== +--- commoncpp2-1.7.1.orig/configure.ac ++++ commoncpp2-1.7.1/configure.ac +@@ -10,6 +10,7 @@ + # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + AC_INIT(src/thread.cpp) ++m4_pattern_allow(LT_VERSION) + + VERSION="1.7.1" + LT_RELEASE="1.7" |