aboutsummaryrefslogtreecommitdiffstats
path: root/testing/consolekit2/ac_disable_static.patch
diff options
context:
space:
mode:
authorPureTryOut <bart.ribbers@openmailbox.org>2017-08-03 22:40:59 +0200
committerWilliam Pitcock <nenolod@dereferenced.org>2017-08-03 20:41:04 +0000
commitc72f2efd6700d1007e10b619589292248347dbdd (patch)
tree119425b631111ec73d6ae6c40a2210acccbc80f3 /testing/consolekit2/ac_disable_static.patch
parente259406f44e50c905d90f1a6576a72099a90862e (diff)
downloadaports-c72f2efd6700d1007e10b619589292248347dbdd.tar.bz2
aports-c72f2efd6700d1007e10b619589292248347dbdd.tar.xz
testing/consolekit2: new aport
Diffstat (limited to 'testing/consolekit2/ac_disable_static.patch')
-rw-r--r--testing/consolekit2/ac_disable_static.patch13
1 files changed, 13 insertions, 0 deletions
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