diff options
Diffstat (limited to 'recipes/ccrtp/ccrtp/configure.ac.patch')
-rw-r--r-- | recipes/ccrtp/ccrtp/configure.ac.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/ccrtp/ccrtp/configure.ac.patch b/recipes/ccrtp/ccrtp/configure.ac.patch new file mode 100644 index 0000000000..236a4cf62e --- /dev/null +++ b/recipes/ccrtp/ccrtp/configure.ac.patch @@ -0,0 +1,12 @@ +Index: ccrtp-1.7.0/configure.ac +=================================================================== +--- ccrtp-1.7.0.orig/configure.ac ++++ ccrtp-1.7.0/configure.ac +@@ -9,6 +9,7 @@ + # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the + # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + ++m4_pattern_allow(LT_VERSION) + AC_INIT(src/ccrtp/rtp.h) + + cfg_options="" |