Commit 1f27438
committed
hints/darwin.sh: skip ldflags in lddlflags
It has not effect.
"adopting flags from ldflags is supposed to happen in Configure, not in
hints." - leont
Configuring a build of perl with -Aappend:ldflags=" -L/var/empty"
and checking the output of 'perl -V:ldflags -V:lddlflags' shows
ldflags=' -L/var/empty';
lddlflags='-bundle -undefined dynamic_lookup -L/var/empty';
Found when analysing issue #9437
Tested on OS X 10.4 aka Darwin 8.1 parent 6c95af2 commit 1f27438
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| |||
0 commit comments