diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-01-07 15:12:59 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-01-13 21:28:59 +0100 |
commit | eddffaad60357d738550bb832acb419c1452e633 (patch) | |
tree | 759e0021ae63ccb18c570d86ae3c6a44d1d30f9b /package/libmcrypt/libmcrypt-nocxx.patch | |
parent | 8a029d7fc90387a66b64feb543696de4b9b19a24 (diff) | |
download | buildroot-novena-eddffaad60357d738550bb832acb419c1452e633.tar.gz buildroot-novena-eddffaad60357d738550bb832acb419c1452e633.zip |
libmcrypt: new package
[Peter: Do libmcrypt-config fixup in single pass]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libmcrypt/libmcrypt-nocxx.patch')
-rw-r--r-- | package/libmcrypt/libmcrypt-nocxx.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/libmcrypt/libmcrypt-nocxx.patch b/package/libmcrypt/libmcrypt-nocxx.patch new file mode 100644 index 000000000..b1c28713a --- /dev/null +++ b/package/libmcrypt/libmcrypt-nocxx.patch @@ -0,0 +1,15 @@ +libmcrypt doesn't use C++ so remove the check. + +Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> + +diff -Nura libmcrypt-2.5.8.orig/configure.in libmcrypt-2.5.8/configure.in +--- libmcrypt-2.5.8.orig/configure.in 2013-01-07 12:20:44.332200669 -0300 ++++ libmcrypt-2.5.8/configure.in 2013-01-07 12:20:50.405390565 -0300 +@@ -19,7 +19,6 @@ + + AC_PROG_MAKE_SET + +-AC_PROG_CXX + AC_PROG_CC + AC_PROG_CPP + AC_PROG_INSTALL |