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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
f45d6d3c
Commit
f45d6d3c
authored
May 01, 2006
by
kent@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql.spec.sh:
Use "./libtool --mode=execute" to find real path to executables
parent
39bd7027
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
15 deletions
+11
-15
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+11
-15
No files found.
support-files/mysql.spec.sh
View file @
f45d6d3c
...
...
@@ -318,16 +318,11 @@ fi
make
-i
test-force
||
true
# Save mysqld-max
# check if mysqld was installed in .libs/
if
test
-f
sql/.libs/mysqld
then
cp
sql/.libs/mysqld sql/mysqld-max
else
cp
sql/mysqld sql/mysqld-max
fi
nm
--numeric-sort
sql/mysqld-max
>
sql/mysqld-max.sym
./libtool
--mode
=
execute
cp
sql/mysqld sql/mysqld-max
./libtool
--mode
=
execute nm
--numeric-sort
sql/mysqld-max
>
sql/mysqld-max.sym
# Save the perror binary so it supports the NDB error codes (BUG#13740)
mv
extra/perror extra/perror.ndb
./libtool
--mode
=
execute
cp
extra/perror extra/perror.ndb
# Install the ndb binaries
(
cd
ndb
;
make
install
DESTDIR
=
$RBR
)
...
...
@@ -373,12 +368,8 @@ BuildMySQL "--disable-shared \
--with-innodb
\
--without-vio
\
--without-openssl"
if
test
-f
sql/.libs/mysqld
then
nm
--numeric-sort
sql/.libs/mysqld
>
sql/mysqld.sym
else
nm
--numeric-sort
sql/mysqld
>
sql/mysqld.sym
fi
./libtool
--mode
=
execute nm
--numeric-sort
sql/mysqld
>
sql/mysqld.sym
# We might want to save the config log file
if
test
-n
"
$MYSQL_CONFLOG_DEST
"
...
...
@@ -717,6 +708,11 @@ fi
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
*
Mon May 01 2006 Kent Boortz <kent@mysql.com>
- Use
"./libtool --mode=execute"
instead of searching
for
the
executable
in
current directory and
".libs"
.
*
Sat Apr 01 2006 Kent Boortz <kent@mysql.com>
- Set
$LDFLAGS
from
$MYSQL_BUILD_LDFLAGS
...
...
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