From: Debian Julia Team Date: Tue, 24 Jan 2017 18:26:37 +0000 (+0000) Subject: kfreebsd-hurd-tests X-Git-Tag: archive/raspbian/0.7.0+dfsg-1+rpi1~1^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f49d96b6a42c60dbb0aa7d5f16bc9d8a734a24b7;p=openlibm.git kfreebsd-hurd-tests Gbp-Pq: Name kfreebsd-hurd-tests.patch --- diff --git a/test/Makefile b/test/Makefile index d2dba30..a66ce67 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,7 +3,7 @@ include ../Make.inc # Set rpath of tests to builddir for loading shared library OPENLIBM_LIB = -L.. -lopenlibm -ifeq ($(OS),Linux) +ifneq ($(OS), Darwin) OPENLIBM_LIB += -Wl,-rpath=$(OPENLIBM_HOME) endif