forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9042e92
committed
Allow --with-bonjour to work with non-macOS implementations of Bonjour.
On macOS the relevant functions require no special library, but elsewherewe need to pull in libdns_sd.Back-patch to supported branches. No docs change since the docs do notsuggest that this is a Mac-only feature.Luke LonerganDiscussion:https://postgr.es/m/2D8331C5-D64F-44C1-8717-63EDC6EAF7EB@brightforge.com1 parent13492fc commit9042e92
2 files changed
+95
-2
lines changedLines changed: 91 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14775 | 14775 |
| |
14776 | 14776 |
| |
14777 | 14777 |
| |
| 14778 | + | |
| 14779 | + | |
| 14780 | + | |
| 14781 | + | |
| 14782 | + | |
| 14783 | + | |
| 14784 | + | |
| 14785 | + | |
| 14786 | + | |
| 14787 | + | |
| 14788 | + | |
| 14789 | + | |
| 14790 | + | |
| 14791 | + | |
| 14792 | + | |
| 14793 | + | |
| 14794 | + | |
| 14795 | + | |
| 14796 | + | |
| 14797 | + | |
| 14798 | + | |
| 14799 | + | |
| 14800 | + | |
| 14801 | + | |
| 14802 | + | |
| 14803 | + | |
| 14804 | + | |
| 14805 | + | |
| 14806 | + | |
| 14807 | + | |
| 14808 | + | |
| 14809 | + | |
| 14810 | + | |
| 14811 | + | |
| 14812 | + | |
| 14813 | + | |
| 14814 | + | |
| 14815 | + | |
| 14816 | + | |
| 14817 | + | |
| 14818 | + | |
| 14819 | + | |
| 14820 | + | |
| 14821 | + | |
| 14822 | + | |
| 14823 | + | |
| 14824 | + | |
| 14825 | + | |
| 14826 | + | |
| 14827 | + | |
| 14828 | + | |
| 14829 | + | |
| 14830 | + | |
| 14831 | + | |
| 14832 | + | |
| 14833 | + | |
| 14834 | + | |
| 14835 | + | |
| 14836 | + | |
| 14837 | + | |
| 14838 | + | |
| 14839 | + | |
| 14840 | + | |
| 14841 | + | |
| 14842 | + | |
| 14843 | + | |
| 14844 | + | |
| 14845 | + | |
| 14846 | + | |
| 14847 | + | |
| 14848 | + | |
| 14849 | + | |
| 14850 | + | |
| 14851 | + | |
| 14852 | + | |
| 14853 | + | |
| 14854 | + | |
| 14855 | + | |
| 14856 | + | |
| 14857 | + | |
| 14858 | + | |
| 14859 | + | |
| 14860 | + | |
| 14861 | + | |
| 14862 | + | |
| 14863 | + | |
| 14864 | + | |
| 14865 | + | |
| 14866 | + | |
| 14867 | + | |
| 14868 | + | |
14778 | 14869 |
| |
14779 | 14870 |
| |
14780 | 14871 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
954 | 954 |
| |
955 | 955 |
| |
956 | 956 |
| |
957 |
| - | |
958 |
| - | |
| 957 | + | |
| 958 | + | |
959 | 959 |
| |
960 | 960 |
| |
961 | 961 |
| |
| |||
1145 | 1145 |
| |
1146 | 1146 |
| |
1147 | 1147 |
| |
| 1148 | + | |
| 1149 | + | |
1148 | 1150 |
| |
1149 | 1151 |
| |
1150 | 1152 |
| |
|
0 commit comments
Comments
(0)