Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 475216
Collapse All | Expand All

(-)src/plugin.c.orig (+2 lines)
Lines 135-140 int plugins_load(server *srv) { Link Here
135
		buffer_append_string(srv->tmp_buf, modules);
135
		buffer_append_string(srv->tmp_buf, modules);
136
#if defined(__WIN32) || defined(__CYGWIN__)
136
#if defined(__WIN32) || defined(__CYGWIN__)
137
		buffer_append_string_len(srv->tmp_buf, CONST_STR_LEN(".dll"));
137
		buffer_append_string_len(srv->tmp_buf, CONST_STR_LEN(".dll"));
138
#elif defined(__APPLE__)
139
		buffer_append_string_len(srv->tmp_buf, CONST_STR_LEN(".bundle"));
138
#else
140
#else
139
		buffer_append_string_len(srv->tmp_buf, CONST_STR_LEN(".so"));
141
		buffer_append_string_len(srv->tmp_buf, CONST_STR_LEN(".so"));
140
#endif
142
#endif

Return to bug 475216