projects
/
openlibm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b783d3
)
kfreebsd-hurd-tests
author
Debian Julia Team
<pkg-julia-devel@lists.alioth.debian.org>
Tue, 24 Jan 2017 18:26:37 +0000
(18:26 +0000)
committer
Graham Inggs
<ginggs@debian.org>
Tue, 24 Jan 2017 18:26:37 +0000
(18:26 +0000)
Gbp-Pq: Name kfreebsd-hurd-tests.patch
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index d2dba30901b18953bf9651ac2897934f4c0e3f1f..a66ce67d97c4382da7f9c9b57ed43750b4fcbab2 100644
(file)
--- 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
-if
eq ($(OS),Linux
)
+if
neq ($(OS), Darwin
)
OPENLIBM_LIB += -Wl,-rpath=$(OPENLIBM_HOME)
endif