~ourdelta-core/ourdelta/ourdelta-percona-d6-mysql50

« back to all changes in this revision

Viewing changes to bakery/debian-5.0/patches/44_scripts__mysql_config__libs.dpatch

  • Committer: Arjen Lentz
  • Date: 2008-10-23 12:36:56 UTC
  • mfrom: (30.2.14 ourdelta-cafuego)
  • Revision ID: arjen@openquery.com.au-20081023123656-82g0u0qb0uo3qrok
Get bakery (OurDelta build process) files into mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 99-unnamed.dpatch by  <ch@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Removes unnecessary library dependencies. See #390692
 
6
 
 
7
@DPATCH@
 
8
 
 
9
--- old/scripts/mysql_config.sh 2006-08-25 23:12:10.000000000 +0200
 
10
+++ new/scripts/mysql_config.sh 2006-10-02 21:05:52.000000000 +0200
 
11
@@ -98,10 +98,10 @@
 
12
 
 
13
 # Create options 
 
14
 # We intentionally add a space to the beginning and end of lib strings, simplifies replace later
 
15
-libs=" $ldflags -L$pkglibdir -lmysqlclient @ZLIB_DEPS@ @NON_THREADED_LIBS@"
 
16
+libs=" $ldflags -L$pkglibdir -lmysqlclient"
 
17
 libs="$libs @openssl_libs@ @STATIC_NSS_FLAGS@ "
 
18
-libs_r=" $ldflags -L$pkglibdir -lmysqlclient_r @ZLIB_DEPS@ @LIBS@ @openssl_libs@ "
 
19
-embedded_libs=" $ldflags -L$pkglibdir -lmysqld @ZLIB_DEPS@ @LIBS@ @WRAPLIBS@ @innodb_system_libs@ @openssl_libs@ "
 
20
+libs_r=" $ldflags -L$pkglibdir -lmysqlclient_r @openssl_libs@ "
 
21
+embedded_libs=" $ldflags -L$pkglibdir -lmysqld @WRAPLIBS@ @innodb_system_libs@ @openssl_libs@ "
 
22
 
 
23
 cflags="-I$pkgincludedir @CFLAGS@ " #note: end space!
 
24
 include="-I$pkgincludedir"