pmos/kde/consolekit2/ac_disable_static.patch
Oliver Smith c1ae46e4ff Package Plasma Mobile (All credit to PureTryOut!) (#284)
Plasma mobile compiles, but we didn't get it to run yet.
Thanks to PureTryOut for all this amazing porting work! \o/
2017-08-03 20:14:04 +00:00

14 lines
292 B
Diff

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