forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd69a419
committed
Remove any -arch switches given in ExtUtils::Embed's ldopts from our
perl_embed_ldflags setting. On OS X it seems that ExtUtils::Embed istrying to force a universal binary to be built, but you need to specifythat a lot further upstream if you want Postgres built that way; the onlyresult of including -arch in perl_embed_ldflags is some warnings at theplperl.so link step. Per my complaint and Jan Otto's suggestion.1 parenteeb6cb1 commitd69a419
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
33 | | - | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6943 | 6943 | | |
6944 | 6944 | | |
6945 | 6945 | | |
6946 | | - | |
| 6946 | + | |
6947 | 6947 | | |
6948 | 6948 | | |
6949 | 6949 | | |
| |||
0 commit comments
Comments
(0)