From 65f5d8823df03d86c1a68c69c46f45b11baa4b33 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sat, 5 Mar 2011 19:12:52 +0000 Subject: testing/postler: new aport Email client https://launchpad.net/postler/ --- testing/postler/inet_ntoa.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testing/postler/inet_ntoa.patch (limited to 'testing/postler/inet_ntoa.patch') diff --git a/testing/postler/inet_ntoa.patch b/testing/postler/inet_ntoa.patch new file mode 100644 index 0000000000..bbb0969bc2 --- /dev/null +++ b/testing/postler/inet_ntoa.patch @@ -0,0 +1,10 @@ +--- a/wscript ++++ b/wscript +@@ -141,7 +141,6 @@ + includes=['/usr/local/include/db42'], + libpath=['/usr/local/lib/db42'], lib='db', mandatory=True) + else: +- check_function ('inet_ntoa', 'arpa/inet.h', 'nsl') + check_function ('dlopen', 'dlfcn.h', 'dl') + check_function ('db_create', 'db.h', 'db') + check_pkg ('openssl') -- cgit v1.2.3