1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-01 03:43:43 +00:00

enable the utp flag when compiling on Mac

This commit is contained in:
Mitchell Livingston 2011-02-18 01:37:57 +00:00
parent a75b15187a
commit cbb0c2ad45

View file

@ -2614,6 +2614,8 @@
OTHER_CFLAGS = ( OTHER_CFLAGS = (
"$(inherited)", "$(inherited)",
"-DSYS_DARWIN", "-DSYS_DARWIN",
"-DWITH_UTP",
"-DWITH_UTP",
"-DHAVE_OPENSSL", "-DHAVE_OPENSSL",
"-D__TRANSMISSION__", "-D__TRANSMISSION__",
"-DHAVE_STRLCPY", "-DHAVE_STRLCPY",
@ -2623,6 +2625,7 @@
"-DHAVE_STRCASECMP", "-DHAVE_STRCASECMP",
"-DHAVE_LIBZ", "-DHAVE_LIBZ",
); );
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
PRODUCT_NAME = transmission; PRODUCT_NAME = transmission;
}; };
name = Debug; name = Debug;
@ -2737,7 +2740,6 @@
); );
MACOSX_DEPLOYMENT_TARGET = 10.5; MACOSX_DEPLOYMENT_TARGET = 10.5;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = ""; OTHER_LDFLAGS = "";
PREBINDING = NO; PREBINDING = NO;
PRELINK_LIBS = ""; PRELINK_LIBS = "";
@ -3056,6 +3058,7 @@
OTHER_CFLAGS = ( OTHER_CFLAGS = (
"$(inherited)", "$(inherited)",
"-DSYS_DARWIN", "-DSYS_DARWIN",
"-DWITH_UTP",
"-DHAVE_OPENSSL", "-DHAVE_OPENSSL",
"-D__TRANSMISSION__", "-D__TRANSMISSION__",
"-DHAVE_STRLCPY", "-DHAVE_STRLCPY",