From 29cf11a1c1aa1333c1878b689ff394a5d41923fa Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 3 Mar 2019 16:52:38 +0100 Subject: sys-boot/plymouth: remove unused patch Signed-off-by: Michael Mair-Keimberger Signed-off-by: Matthew Thode --- .../plymouth/files/0.9.2-systemdsystemunitdir.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 sys-boot/plymouth/files/0.9.2-systemdsystemunitdir.patch (limited to 'sys-boot') diff --git a/sys-boot/plymouth/files/0.9.2-systemdsystemunitdir.patch b/sys-boot/plymouth/files/0.9.2-systemdsystemunitdir.patch deleted file mode 100644 index b5289244232a..000000000000 --- a/sys-boot/plymouth/files/0.9.2-systemdsystemunitdir.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index aad673e..592be5f 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -122,7 +122,12 @@ AM_CONDITIONAL(ENABLE_SYSTEMD_INTEGRATION, [test "$enable_systemd_integration" = - - if test x$enable_systemd_integration = xyes; then - AC_DEFINE(PLY_ENABLE_SYSTEMD_INTEGRATION, 1, [Coordinate boot up with systemd]) -- SYSTEMD_UNIT_DIR=$($PKG_CONFIG --variable=systemdsystemunitdir systemd) -+ AC_ARG_WITH([systemdsystemunitdir], AC_HELP_STRING([--with-systemdsystemunitdir=DIR], -+ [path to systemd service directory]), [path_systemdunit=${withval}], -+ [path_systemdunit="`$PKG_CONFIG --variable=systemdsystemunitdir systemd`"]) -+ if (test -n "${path_systemdunit}"); then -+ SYSTEMD_UNIT_DIR="${path_systemdunit}" -+ fi - AC_SUBST(SYSTEMD_UNIT_DIR) - fi - -- cgit v1.2.3-65-gdbad