Created
February 4, 2013 08:27
-
-
Save larryv/4705618 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[08:18:44] <irker657> larryv at macports dot org * https://trac.macports.org/changeset/102473 /trunk/dports/devel/pcre/ (files/configure.diff files Portfile): | |
[08:18:44] <irker657> pcre: Avoid unnecessary -pthread flag (#37916). | |
[08:21:37] *** yue has quit IRC | |
[08:27:53] <egallager_> larryv: could that patchfile be conditionally applied, only if configure.compiler == clang? iirc the original issue said it was only a clang issue... | |
[08:31:38] <larryv> as far as i can tell, -pthread is unnecessary across the board | |
[08:31:49] <larryv> libSystem provides it | |
[08:32:26] <larryv> to be sure, i tested with apple-gcc42 and gcc47, and neither complained | |
[08:32:36] *** JaRoel|4d has quit IRC | |
[08:32:41] <egallager_> ok, fair enough | |
[08:33:47] <larryv> and even if they did need it, the configure script would figure that out eventually. just after a couple more failed attempts than before |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment