summaryrefslogtreecommitdiff
path: root/user/consolekit2/ac_disable_static.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-13 02:30:03 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-13 02:30:03 -0500
commit077e0feee979492662f5e9a226fdf0b986c51fed (patch)
treec53a87a92186fabdf8c6cc11834afe35918c2c9e /user/consolekit2/ac_disable_static.patch
parentc04a7c0e4812b4d1e815fb11293c7181684c2b35 (diff)
downloadpackages-077e0feee979492662f5e9a226fdf0b986c51fed.tar.gz
packages-077e0feee979492662f5e9a226fdf0b986c51fed.tar.bz2
packages-077e0feee979492662f5e9a226fdf0b986c51fed.tar.xz
packages-077e0feee979492662f5e9a226fdf0b986c51fed.zip
user/consolekit2: bump, take, remove lots of old patches
Diffstat (limited to 'user/consolekit2/ac_disable_static.patch')
-rw-r--r--user/consolekit2/ac_disable_static.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/user/consolekit2/ac_disable_static.patch b/user/consolekit2/ac_disable_static.patch
deleted file mode 100644
index 38d6f12ac..000000000
--- a/user/consolekit2/ac_disable_static.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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