[pisa-src] r1129 - trunk/pairing

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 13 Oct 2009 19:18:46 +0200

Author: biurrun
Date: Tue Oct 13 19:18:46 2009
New Revision: 1129

Log:
Add missing -lm to shared build linker flags.
Fixes the build with --enable-force-shlib.

Modified:
   trunk/pairing/Makefile.am

Modified: trunk/pairing/Makefile.am
==============================================================================
--- trunk/pairing/Makefile.am   Tue Oct 13 17:49:44 2009        (r1128)
+++ trunk/pairing/Makefile.am   Tue Oct 13 19:18:46 2009        (r1129)
@@ -26,7 +26,7 @@
 INCLUDES =
 
 if PISA_FORCE_SHLIB
-  LDADD += -lpisa -lconfig
+  LDADD += -lpisa -lconfig -lm
   LDFLAGS += -L$(top_srcdir)/libpisa
 else
 if PISA_FORCE_SHLIBCONFIG

Other related posts:

  • » [pisa-src] r1129 - trunk/pairing - Diego Biurrun