diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-04-13 16:22:42 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-04-13 16:24:21 -0700 |
commit | 5fec3889e5c21b480c4c98293cf5944fa2562545 (patch) | |
tree | 4b97b32663228a75affba7d4d77aa9a5da1e3627 /net/cifs-utils/patches | |
parent | 18286f25b2990b0078276763739e6d89ae178c41 (diff) |
cifs-utils: Update to 6.8
Removed libtalloc dependency and adjusted configure args to skip some tests. Those packages were not being built anyway.
Size difference: 14405 vs. 14125 on mvebu. Also 11275 bytes for libtalloc are gone.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/cifs-utils/patches')
-rw-r--r-- | net/cifs-utils/patches/010-no-libtalloc.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/cifs-utils/patches/010-no-libtalloc.patch b/net/cifs-utils/patches/010-no-libtalloc.patch new file mode 100644 index 000000000..859a5c539 --- /dev/null +++ b/net/cifs-utils/patches/010-no-libtalloc.patch @@ -0,0 +1,13 @@ +diff --git a/data_blob.h b/data_blob.h +index 3d96147..c20749d 100644 +--- a/data_blob.h ++++ b/data_blob.h +@@ -23,7 +23,7 @@ + #ifndef _SAMBA_DATABLOB_H_ + #define _SAMBA_DATABLOB_H_ + +-#include <talloc.h> ++//#include <talloc.h> + #include <stdint.h> + + /* used to hold an arbitrary blob of data */ |