kfreebsd-hurd-tests
authorDebian Julia Team <pkg-julia-devel@lists.alioth.debian.org>
Tue, 24 Jan 2017 18:26:37 +0000 (18:26 +0000)
committerGraham Inggs <ginggs@debian.org>
Tue, 24 Jan 2017 18:26:37 +0000 (18:26 +0000)
Gbp-Pq: Name kfreebsd-hurd-tests.patch

test/Makefile

index d2dba30901b18953bf9651ac2897934f4c0e3f1f..a66ce67d97c4382da7f9c9b57ed43750b4fcbab2 100644 (file)
@@ -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