From c72f2efd6700d1007e10b619589292248347dbdd Mon Sep 17 00:00:00 2001 From: PureTryOut Date: Thu, 3 Aug 2017 22:40:59 +0200 Subject: testing/consolekit2: new aport --- testing/consolekit2/ac_disable_static.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/consolekit2/ac_disable_static.patch (limited to 'testing/consolekit2/ac_disable_static.patch') diff --git a/testing/consolekit2/ac_disable_static.patch b/testing/consolekit2/ac_disable_static.patch new file mode 100644 index 0000000000..38d6f12ac1 --- /dev/null +++ b/testing/consolekit2/ac_disable_static.patch @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index 071a0d8..7469697 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -30,7 +30,6 @@ AC_SEARCH_LIBS([strerror],[cposix]) + AC_PROG_CC + AM_PROG_CC_C_O + AC_HEADER_STDC +-AC_DISABLE_STATIC +-LT_INIT ++LT_INIT([disable-static]) + AC_HEADER_STDC + AC_FUNC_FORK -- cgit v1.2.3