Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
4bd8916b1257378f8173c4ada41b4606e9c0226b
/
.
/
lib
/
rb
/
ext
/
extconf.rb
blob: 54ad5ed555185e5bc6f0f63cf12231d5f480e30c [
file
] [
log
] [
blame
]
Kevin Clark
4bd8916
2008-07-08 00:47:49 +0000
[
diff
] [
blame^
]
1
require
'mkmf'
2
3
$CFLAGS
=
"-g -O2 -Wall -Werror"
4
5
have_func
(
"strlcpy"
,
"string.h"
)
6
7
create_makefile
'binaryprotocolaccelerated'