[SCM] jack-tools/master: Add linkage of libdl and libm to LDFLAGS.

js at users.alioth.debian.org js at users.alioth.debian.org
Sat Mar 12 12:25:17 UTC 2011


The following commit has been merged in the master branch:
commit 5bc1b2bec88f92dfc124ffd4695549e2e1abd744
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Mar 12 13:20:22 2011 +0100

    Add linkage of libdl and libm to LDFLAGS.

diff --git a/debian/rules b/debian/rules
index 5722266..e8ad112 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,8 @@ include /usr/share/cdbs/1/rules/utils.mk
 # Suppress optional build-dependencies
 CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
 
+LDFLAGS += -ldl -lm
+
 # bootstrap autotools files (CDBS by default only update, not create)
 DEB_MAKE_CLEAN_TARGET = distclean
 DEB_AUTOMAKE_ARGS = --add-missing --copy --foreign

-- 
jack-tools packaging



More information about the pkg-multimedia-commits mailing list