##// END OF EJS Templates
setup: link osutil.so to libsocket on Solaris/illumos (issue6299)
Alexander Pyhalov -
r45199:53949075 stable
parent child Browse files
Show More
@@ -1276,6 +1276,9 b' for plat, macro, code in ['
1276 if sys.platform == 'darwin':
1276 if sys.platform == 'darwin':
1277 osutil_ldflags += ['-framework', 'ApplicationServices']
1277 osutil_ldflags += ['-framework', 'ApplicationServices']
1278
1278
1279 if sys.platform == 'sunos5':
1280 osutil_ldflags += ['-lsocket']
1281
1279 xdiff_srcs = [
1282 xdiff_srcs = [
1280 'mercurial/thirdparty/xdiff/xdiffi.c',
1283 'mercurial/thirdparty/xdiff/xdiffi.c',
1281 'mercurial/thirdparty/xdiff/xprepare.c',
1284 'mercurial/thirdparty/xdiff/xprepare.c',
General Comments 0
You need to be logged in to leave comments. Login now