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
021aa7ca
Commit
021aa7ca
authored
Sep 29, 2001
by
monty@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for RPM build
parent
ae2893b2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
12 deletions
+9
-12
Build-tools/Do-rpm
Build-tools/Do-rpm
+1
-3
acinclude.m4
acinclude.m4
+5
-5
configure.in
configure.in
+2
-3
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+1
-1
No files found.
Build-tools/Do-rpm
View file @
021aa7ca
...
...
@@ -210,7 +210,7 @@ if [ $? != 0 ]; then
tail
$log
fi
if
[
!
x
$local_build
=
x1
]
;
then
if
[
x
$local_build
!=
x1
]
;
then
# Build perl RPM (we currently need to be root to do this and that is
# not possible)
...
...
@@ -228,5 +228,3 @@ if [ ! x$local_build=x1 ]; then
#scp $owner@$bmachine:$rpmdir/SRPMS/Perl*-*.rpm $bpath/NEW-RPMS
fi
)
>
$log
2>&1
acinclude.m4
View file @
021aa7ca
...
...
@@ -690,7 +690,7 @@ fi
AC_DEFUN(MYSQL_CHECK_VIO, [
AC_ARG_WITH([vio],
[ --with-vio Include the Virtual IO support],
[ --with-vio
Include the Virtual IO support],
[vio="$withval"],
[vio=no])
...
...
@@ -1054,9 +1054,9 @@ dnl ---------------------------------------------------------------------------
AC_DEFUN([MYSQL_CHECK_INNODB], [
AC_ARG_WITH([innodb],
[\
--with
-innodb Use Innodb
],
--with
out-innodb Do not include the InnoDB table handler
],
[innodb="$withval"],
[innodb=
no
])
[innodb=
yes
])
AC_MSG_CHECKING([for Innodb])
...
...
@@ -1132,7 +1132,7 @@ dnl ---------------------------------------------------------------------------
AC_DEFUN([MYSQL_CHECK_GEMINI], [
AC_ARG_WITH([gemini],
[\
--with-gemini[=DIR] Use Gemini DB located in DIR],
--with-gemini[=DIR]
Use Gemini DB located in DIR],
[gemini="$withval"],
[gemini=no])
...
...
@@ -1251,7 +1251,7 @@ changequote([, ])dnl
AC_DEFUN(AC_SYS_LARGEFILE,
[AC_REQUIRE([AC_CANONICAL_HOST])
AC_ARG_ENABLE(largefile,
[ --disable-largefile Omit support for large files])
[ --disable-largefile
Omit support for large files])
if test "$enable_largefile" != no; then
AC_CHECK_TOOL(GETCONF, getconf)
AC_SYS_LARGEFILE_FLAGS(CFLAGS)
...
...
configure.in
View file @
021aa7ca
...
...
@@ -699,7 +699,7 @@ int main()
AC_MSG_RESULT
(
$atom_ops
)
AC_ARG_WITH
(
pstack,
[
--with-pstack
Use the pstack backtrace library],
[
--with-pstack
Use the pstack backtrace library],
[
USE_PSTACK
=
$withval
]
,
[
USE_PSTACK
=
no
])
pstack_libs
=
...
...
@@ -1752,8 +1752,7 @@ AC_ARG_WITH(embedded-server,
)
AC_ARG_WITH
(
extra-tools,
[
--without-extra-tools
Skip building utilites
in
the tools
\
directory.],
[
--without-extra-tools
Skip building utilites
in
the tools directory.],
[
with_tools
=
$withval
]
,
[
with_tools
=
yes
]
)
...
...
support-files/mysql.spec.sh
View file @
021aa7ca
...
...
@@ -219,7 +219,7 @@ automake
BuildMySQL
"--disable-shared"
\
"--with-mysqld-ldflags='-all-static'"
\
"--with-client-ldflags='-all-static'"
\
"--without-berkeley-db --with
out
-innodb"
"--without-berkeley-db --with-innodb"
nm
--numeric-sort
sql/mysqld
>
sql/mysqld.sym
%install
-n
mysql-%
{
mysql_version
}
...
...
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