Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
4449d8e3
Commit
4449d8e3
authored
Oct 12, 2011
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix a compilation failure for perl Net::HandlerSocket module
parent
d418175f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
3 deletions
+14
-3
.bzrignore
.bzrignore
+5
-0
plugin/handler_socket/perl-Net-HandlerSocket/HandlerSocket.xs
...in/handler_socket/perl-Net-HandlerSocket/HandlerSocket.xs
+5
-0
plugin/handler_socket/perl-Net-HandlerSocket/Makefile.PL.in
plugin/handler_socket/perl-Net-HandlerSocket/Makefile.PL.in
+2
-2
plugin/handler_socket/perl-Net-HandlerSocket/Makefile.PL.installed
...ndler_socket/perl-Net-HandlerSocket/Makefile.PL.installed
+1
-1
plugin/handler_socket/plug.in
plugin/handler_socket/plug.in
+1
-0
No files found.
.bzrignore
View file @
4449d8e3
...
...
@@ -1975,3 +1975,8 @@ CPackSourceConfig.cmake
win/nmake_cache.txt
*.manifest
*.resource.txt
plugin/handler_socket/perl-Net-HandlerSocket/HandlerSocket.c
plugin/handler_socket/perl-Net-HandlerSocket/blib
plugin/handler_socket/perl-Net-HandlerSocket/pm_to_blib
plugin/handler_socket/perl-Net-HandlerSocket/HandlerSocket.bs
plugin/handler_socket/perl-Net-HandlerSocket/Makefile.PL
plugin/handler_socket/perl-Net-HandlerSocket/HandlerSocket.xs
View file @
4449d8e3
...
...
@@ -12,6 +12,11 @@
#include "ppport.h"
/*
below we'll include (indirectly) my_global.h, which defines
VERSION too. Undefine our VERSION here.
*/
#undef VERSION
#include "hstcpcli.hpp"
#define DBG(x)
...
...
plugin/handler_socket/perl-Net-HandlerSocket/Makefile.PL
→
plugin/handler_socket/perl-Net-HandlerSocket/Makefile.PL
.in
View file @
4449d8e3
...
...
@@ -11,8 +11,8 @@ WriteMakefile(
AUTHOR
=>
'higuchi dot akira at dena dot jp>'
)
:
())
,
CC
=>
'g++ -fPIC'
,
LD
=>
'g++ -fPIC'
,
LIBS
=>
[
'-L
../libhsclient -L
../libhsclient/.libs -lhsclient'
]
,
LIBS
=>
[
'-L
@builddir@/../libhsclient -L@builddir@/
../libhsclient/.libs -lhsclient'
]
,
DEFINE
=>
''
,
INC
=>
'-I. -I../libhsclient'
,
INC
=>
'-I. -I../libhsclient
-I@builddir@/../libhsclient -I@top_builddir@/include
'
,
OPTIMIZE
=>
'-g -O3 -Wall -Wno-unused'
,
);
plugin/handler_socket/perl-Net-HandlerSocket/Makefile.PL.installed
View file @
4449d8e3
...
...
@@ -13,7 +13,7 @@ WriteMakefile(
LD
=>
'g++ -fPIC'
,
LIBS
=>
[
'-lhsclient'
]
,
# e.g., '-lm'
DEFINE
=>
''
,
# e.g., '-DHAVE_SOMETHING'
INC
=>
'-I. -I/usr/include/handlersocket'
,
INC
=>
'-I. -I/usr/include/handlersocket
-I/usr/include/mysql
'
,
OPTIMIZE
=>
'-g -O3 -Wall -Wno-unused'
,
# Un-comment this if you add C files to link with later:
# OBJECT => '$(O_FILES)', # link all the C files too
...
...
plugin/handler_socket/plug.in
View file @
4449d8e3
...
...
@@ -16,4 +16,5 @@ MYSQL_PLUGIN_ACTIONS(handlersocket,
AC_SUBST(MYSQL_LIB)
AC_SUBST(PLUGIN_DIR)
AC_SUBST(HANDLERSOCKET_SUBDIRS)
AC_CONFIG_FILES(plugin/handler_socket/perl-Net-HandlerSocket/Makefile.PL)
])
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment