Commit 9355df5
committed
Fix postgresql-musl: also break lib↔out reference cycle
Previous fix (eee10e3) broke the dev↔out cycle by stripping dev refs
from both $out and $lib. Testing on hydra (standard Nix) revealed a
second cycle: lib↔out. lib embeds out paths (share/locale references
in libpq), and out links against lib. Strip out refs from lib since
shared libraries don't need the binary directory at runtime.1 parent eee10e3 commit 9355df5
1 file changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
180 | 184 | | |
181 | 185 | | |
182 | 186 | | |
183 | 187 | | |
184 | 188 | | |
| 189 | + | |
185 | 190 | | |
186 | 191 | | |
187 | 192 | | |
| |||
0 commit comments