summaryrefslogtreecommitdiff
path: root/padmin/Library_spa.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-28 00:54:49 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-28 16:49:07 +0200
commit967986b86184ee4bcd04ff4b98829d8fa73a15a5 (patch)
tree512c433959b06646c931cbe278363415b276648d /padmin/Library_spa.mk
parentcee32aae398283c38b42c73add694e9d074a5d62 (diff)
gbuild: gb_Library_PLAINLIBS_NONE cleanup for Mac
Change-Id: I66f8229e186e312ed3242695db9ef0768ab4d9a0
Diffstat (limited to 'padmin/Library_spa.mk')
-rw-r--r--padmin/Library_spa.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/Library_spa.mk b/padmin/Library_spa.mk
index 1db89d5f6ce8..42bb40dd7b48 100644
--- a/padmin/Library_spa.mk
+++ b/padmin/Library_spa.mk
@@ -53,9 +53,9 @@ $(eval $(call gb_Library_add_exception_objects,spa,\
))
ifneq (,$(filter LINUX DRAGONFLY OPENBSD FREEBSD NETBSD, $(OS)))
-$(eval $(call gb_Library_use_libraries,spa,\
- m \
- pthread \
+$(eval $(call gb_Library_add_libs,spa,\
+ -lm \
+ -lpthread \
))
endif