[arch-commits] Commit in pidgin/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat Dec 10 23:19:03 UTC 2011


    Date: Saturday, December 10, 2011 @ 18:19:02
  Author: foutrelis
Revision: 144933

upgpkg: pidgin 2.10.1-1

Add -Wl,--copy-dt-needed-entries workaround.

Modified:
  pidgin/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-10 22:32:57 UTC (rev 144932)
+++ PKGBUILD	2011-12-10 23:19:02 UTC (rev 144933)
@@ -32,6 +32,9 @@
   sed -i 's/env python$/&2/' */plugins/*.py \
     libpurple/purple-{remote,notifications-example,url-handler}
 
+  # Pidgin doesn't explicitly link to libm
+  LDFLAGS+=' -Wl,--copy-dt-needed-entries'
+
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \




More information about the arch-commits mailing list