diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-14 17:28:17 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-14 17:28:17 -0500 |
commit | 1fdd6e1d01436611217b6738fdc997e5af4a342b (patch) | |
tree | 7233fab85c1462915350a5cf30124f4d6438c290 /user/consolekit2/ac_disable_static.patch | |
parent | b7c1783e11101b34e7014a1bcdfd41f9673a6a10 (diff) | |
download | packages-1fdd6e1d01436611217b6738fdc997e5af4a342b.tar.gz packages-1fdd6e1d01436611217b6738fdc997e5af4a342b.tar.bz2 packages-1fdd6e1d01436611217b6738fdc997e5af4a342b.tar.xz packages-1fdd6e1d01436611217b6738fdc997e5af4a342b.zip |
move consolekit2, py*, wine to user/
Diffstat (limited to 'user/consolekit2/ac_disable_static.patch')
-rw-r--r-- | user/consolekit2/ac_disable_static.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/user/consolekit2/ac_disable_static.patch b/user/consolekit2/ac_disable_static.patch new file mode 100644 index 000000000..38d6f12ac --- /dev/null +++ b/user/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 |