diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-06-28 11:27:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-06-28 11:27:31 +0000 |
commit | 301d6908e521f3ada4a1f8b95f2130de7ef62ab5 (patch) | |
tree | 3cc1ca99668e015a25bf79185ada820b57001f63 /package/utils/e2fsprogs/patches | |
parent | 0c0ffd497be8acb346d7779f734bb3fc6f8c546f (diff) | |
download | master-187ad058-301d6908e521f3ada4a1f8b95f2130de7ef62ab5.tar.gz master-187ad058-301d6908e521f3ada4a1f8b95f2130de7ef62ab5.tar.bz2 master-187ad058-301d6908e521f3ada4a1f8b95f2130de7ef62ab5.zip |
e2fsprogs: change the so-version of libcom_err to prevent conflicts, move it into the libext2fs package, get rid of the pthread dependency
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37076 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils/e2fsprogs/patches')
-rw-r--r-- | package/utils/e2fsprogs/patches/003-com_err_version.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/utils/e2fsprogs/patches/003-com_err_version.patch b/package/utils/e2fsprogs/patches/003-com_err_version.patch new file mode 100644 index 0000000000..62f1e08e71 --- /dev/null +++ b/package/utils/e2fsprogs/patches/003-com_err_version.patch @@ -0,0 +1,13 @@ +--- a/lib/et/Makefile.in ++++ b/lib/et/Makefile.in +@@ -25,8 +25,8 @@ SHARE_FILES= et_c.awk et_h.awk + LIBRARY= libcom_err + LIBDIR= et + +-ELF_VERSION = 2.1 +-ELF_SO_VERSION = 2 ++ELF_VERSION = 0.0 ++ELF_SO_VERSION = 0 + ELF_IMAGE = libcom_err + ELF_MYDIR = et + ELF_INSTALL_DIR = $(root_libdir) |