Package: cryptonit Version: 0.9.7-2.4 Severity: minor Tags: patch Hello dear maintainer,
cryptonit fails to build from source due to binutils-gold on ubuntu [1] this is in reference to [2] [1] https://launchpad.net/ubuntu/+source/cryptonit/0.9.7-2.4/+build/2014263 [2] http://wiki.debian.org/ToolChain/DSOLinking Patch attached should fix the problem -- Bhavani Shankar.R https://launchpad.net/~bhavi, a proud ubuntu community developer. What matters in life is application of mind!, It makes great sense to have some common sense..!
diff -u cryptonit-0.9.7/debian/rules cryptonit-0.9.7/debian/rules --- cryptonit-0.9.7/debian/rules +++ cryptonit-0.9.7/debian/rules @@ -14,6 +14,7 @@ # CFLAGS = -Wall -g +LDFLAGS = -ldl ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0