Commit 38489c6
committed
ON-16450: Fix ZF_DEVEL=1 builds
Fix the following build-time error:
$ ZF_DEVEL=1 ONLOAD_TREE=... make
...
/usr/bin/ld: cannot find -lciul1
collect2: error: ld returned 1 exit status
A problem here was src/tests/zf_unit/Makefile.inc setting LD_FLAGS
and these being passed to src/tests/trade_sim/Makefile indirectly
via the top-level Makefile. It is only a problem when Onload is
not installed in the OS.1 parent 26d70a2 commit 38489c6
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | 88 | | |
91 | 89 | | |
92 | 90 | | |
| |||
0 commit comments