summaryrefslogtreecommitdiff
path: root/system/consolekit2/ac_disable_static.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-20 22:02:20 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-20 22:02:20 -0600
commitf6b52bbe6f5db81c293948a2aedf978b508eb742 (patch)
tree691682076c282271d2d6662bfe6d07501a22367e /system/consolekit2/ac_disable_static.patch
parentee33a1a838ae6aa5bdb1de6688c79883d9e35fe3 (diff)
downloadpackages-f6b52bbe6f5db81c293948a2aedf978b508eb742.tar.gz
packages-f6b52bbe6f5db81c293948a2aedf978b508eb742.tar.bz2
packages-f6b52bbe6f5db81c293948a2aedf978b508eb742.tar.xz
packages-f6b52bbe6f5db81c293948a2aedf978b508eb742.zip
system/consolekit2: add PAM-enabled ConsoleKit
Diffstat (limited to 'system/consolekit2/ac_disable_static.patch')
-rw-r--r--system/consolekit2/ac_disable_static.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/consolekit2/ac_disable_static.patch b/system/consolekit2/ac_disable_static.patch
new file mode 100644
index 000000000..38d6f12ac
--- /dev/null
+++ b/system/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