diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-19 16:06:50 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-24 20:59:14 +0100 |
commit | dc375b046e2ee1ad094b5679cc243b9309a727fe (patch) | |
tree | ab04d56d75b1b3757a392862a86816a1e2b3fe81 /patches | |
parent | Add support for a custom font at boot (diff) | |
download | genkernel-dc375b046e2ee1ad094b5679cc243b9309a727fe.tar.gz genkernel-dc375b046e2ee1ad094b5679cc243b9309a727fe.tar.bz2 genkernel-dc375b046e2ee1ad094b5679cc243b9309a727fe.zip |
xfsprogs bumped to v5.3.0
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/xfsprogs/5.2.1/xfsprogs-4.9.0-underlinking.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/xfsprogs/5.2.1/xfsprogs-4.9.0-underlinking.patch b/patches/xfsprogs/5.2.1/xfsprogs-4.9.0-underlinking.patch deleted file mode 100644 index 55d9efd..0000000 --- a/patches/xfsprogs/5.2.1/xfsprogs-4.9.0-underlinking.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/libxfs/Makefile -+++ b/libxfs/Makefile -@@ -107,7 +107,7 @@ CFILES = cache.c \ - - FCFLAGS = -I. - --LTLIBS = $(LIBPTHREAD) $(LIBRT) -+LTLIBS = $(LIBFROG) $(LIBPTHREAD) $(LIBRT) $(LIBUUID) - - # don't try linking xfs_repair with a debug libxfs. - DEBUG = -DNDEBUG |