#1201 closed defect (fixed)
BUG: gconf-2.2.1 requires -lresolv, but doesn't exist on OS X 10.2
Reported by: | nrc@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | olegb@… | |
Port: |
Description
The Portfile sets
LDFLAGS=-lresolv
in configure.env, but this breaks configure when trying to compile on OS X 10.2/gcc3.3:
configure:2151: gcc -lresolv conftest.c >&5 ld: can't locate file for: -lresolv
Commenting out that line in the Portfile seems to fix things. (as far as I know, libresolv is rolled into libc in OS X)
Change History (1)
comment:1 Changed 21 years ago by olegb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fix commited