aboutsummaryrefslogtreecommitdiffstats
path: root/main/imap/c-client-2006k_GENTOO_amd64-so-fix.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-11-09 10:18:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-11-09 10:18:24 +0000
commitd4eef9a7ec08bc223eee4301cf07ab138e92d198 (patch)
tree9c2779855e483fc8e57866a0e6ecdfbe179e5f9c /main/imap/c-client-2006k_GENTOO_amd64-so-fix.patch
parentca0a19c162c26c2c5bc9f8bd5cad6d2606858f74 (diff)
downloadaports-d4eef9a7ec08bc223eee4301cf07ab138e92d198.tar.bz2
aports-d4eef9a7ec08bc223eee4301cf07ab138e92d198.tar.xz
main/imap: c-client subpkg
* added annotations patch * dynamically linked .so library for c-client
Diffstat (limited to 'main/imap/c-client-2006k_GENTOO_amd64-so-fix.patch')
-rw-r--r--main/imap/c-client-2006k_GENTOO_amd64-so-fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/imap/c-client-2006k_GENTOO_amd64-so-fix.patch b/main/imap/c-client-2006k_GENTOO_amd64-so-fix.patch
new file mode 100644
index 0000000000..79b067d21f
--- /dev/null
+++ b/main/imap/c-client-2006k_GENTOO_amd64-so-fix.patch
@@ -0,0 +1,13 @@
+diff -r 7c3e6c6ef2ba src/osdep/unix/Makefile
+--- a/src/osdep/unix/Makefile Thu Feb 21 18:51:32 2008 +0100
++++ b/src/osdep/unix/Makefile Thu Feb 21 18:53:15 2008 +0100
+@@ -962,6 +962,9 @@ onceenv:
+ -DRSHPATH=\"$(RSHPATH)\" -DLOCKPGM=\"$(LOCKPGM)\" > OSCFLAGS
+ echo $(BASELDFLAGS) $(EXTRALDFLAGS) > LDFLAGS
+ echo "$(ARRC) $(ARCHIVE) $(BINARIES);$(RANLIB) $(ARCHIVE)" > ARCHIVE
++ echo "`$(CAT) CCTYPE` `$(CAT) CFLAGS` `$(CAT) OSFLAGS` -shared \
++ -Wl,-soname,libc-client.so.1 -o libc-client.so.1.0.0 $(BINARIES)" \
++ >> ARCHIVE
+ echo $(OS) > OSTYPE
+ ./drivers $(EXTRADRIVERS) $(DEFAULTDRIVERS) dummy
+ ./mkauths $(EXTRAAUTHENTICATORS) $(DEFAULTAUTHENTICATORS)