Fix --enable-dtrace logic and use bundled libtool.
Reported by: many
This commit is contained in:
parent
dbee58c44a
commit
68fc560349
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238198
6 changed files with 30 additions and 30 deletions
|
@ -18,7 +18,7 @@ MAINTAINER= ale@FreeBSD.org
|
|||
COMMENT?= Multithreaded SQL database (server)
|
||||
|
||||
SLAVEDIRS= databases/mysql54-client databases/mysql54-scripts
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
--- configure.orig Sat May 26 12:22:14 2007
|
||||
+++ configure Fri Jun 1 07:53:46 2007
|
||||
@@ -20394,8 +20394,6 @@
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
--- configure.orig 2009-07-22 12:42:18.000000000 +0200
|
||||
+++ configure 2009-07-22 12:41:05.000000000 +0200
|
||||
@@ -4000,7 +4000,7 @@
|
||||
|
||||
-# Always use our own libtool.
|
||||
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
else
|
||||
|
||||
# Prevent multiple expansion
|
||||
- ENABLE_DTRACE="yes"
|
||||
+ ENABLE_DTRACE="no"
|
||||
|
||||
@@ -26935,8 +26933,8 @@
|
||||
|
||||
fi
|
||||
@@ -24613,8 +24613,8 @@
|
||||
# Some system specific hacks
|
||||
#
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ MAINTAINER= ale@FreeBSD.org
|
|||
COMMENT?= Multithreaded SQL database (server)
|
||||
|
||||
SLAVEDIRS= databases/mysql54-client databases/mysql54-scripts
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
--- configure.orig Sat May 26 12:22:14 2007
|
||||
+++ configure Fri Jun 1 07:53:46 2007
|
||||
@@ -20394,8 +20394,6 @@
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
--- configure.orig 2009-07-22 12:42:18.000000000 +0200
|
||||
+++ configure 2009-07-22 12:41:05.000000000 +0200
|
||||
@@ -4000,7 +4000,7 @@
|
||||
|
||||
-# Always use our own libtool.
|
||||
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
else
|
||||
|
||||
# Prevent multiple expansion
|
||||
- ENABLE_DTRACE="yes"
|
||||
+ ENABLE_DTRACE="no"
|
||||
|
||||
@@ -26935,8 +26933,8 @@
|
||||
|
||||
fi
|
||||
@@ -24613,8 +24613,8 @@
|
||||
# Some system specific hacks
|
||||
#
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ MAINTAINER= ale@FreeBSD.org
|
|||
COMMENT?= Multithreaded SQL database (server)
|
||||
|
||||
SLAVEDIRS= databases/mysql54-client databases/mysql54-scripts
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
--- configure.orig Sat May 26 12:22:14 2007
|
||||
+++ configure Fri Jun 1 07:53:46 2007
|
||||
@@ -20394,8 +20394,6 @@
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
--- configure.orig 2009-07-22 12:42:18.000000000 +0200
|
||||
+++ configure 2009-07-22 12:41:05.000000000 +0200
|
||||
@@ -4000,7 +4000,7 @@
|
||||
|
||||
-# Always use our own libtool.
|
||||
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
else
|
||||
|
||||
# Prevent multiple expansion
|
||||
- ENABLE_DTRACE="yes"
|
||||
+ ENABLE_DTRACE="no"
|
||||
|
||||
@@ -26935,8 +26933,8 @@
|
||||
|
||||
fi
|
||||
@@ -24613,8 +24613,8 @@
|
||||
# Some system specific hacks
|
||||
#
|
||||
|
||||
|
|
Loading…
Reference in a new issue