Mac: Add -lresolv to XCode linker flags for client and manager

svn path=/trunk/boinc/; revision=17715
This commit is contained in:
Charlie Fenton 2009-03-31 22:47:33 +00:00
parent bc889ca27a
commit 9c083541ef
2 changed files with 10 additions and 0 deletions

View File

@ -3496,3 +3496,11 @@ David 31 Mar 2009
http_curl.cpp
lib/
network.cpp,h
Charlie 31 Mar 2009
- Mac: Add -lresolv to XCode linker flags for client and manager to link
with libresolv.dylib for new res_init() call.
mac_build/
boinc.xcodeproj/
project.pbxproj

View File

@ -3093,6 +3093,7 @@
"-liconv",
"-lz",
"-lm",
"-lresolv",
);
PRODUCT_NAME = BOINCManager;
SDKROOT_ppc = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
@ -4248,6 +4249,7 @@
"-lssl",
"-lldap",
"-lz",
"-lresolv",
);
PRODUCT_NAME = boinc;
SKIP_INSTALL = NO;