]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- updated libs patch to kill unnecessary linking with libnsl
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Aug 2008 19:07:37 +0000 (19:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  and invalid/unnecessary -L/usr/lib/ from --libs
- added config patch to filter unwanted flags from --cflags/--libs

Changed files:
    mysql.spec -> 1.416

mysql.spec

index da7ac3bcf8fd88f6c22bcba1836565bd0c267068..4367c643594dad7c210323c32c49e05e1cf0b046 100644 (file)
@@ -1,15 +1,9 @@
 # TODO:
-# - sanitize mysql_config:
-#   - kill optflags (-f.*/-g.*/-m.*) from --cflags
-#   - kill -lnsl from --libs/--libs_r/--libmysqld-libs
-# - C(XX)FLAGS for innodb subdirs are overriden by ./configure!
 # - http://bugs.mysql.com/bug.php?id=16470
 # - innodb are dynamic (= as plugins) ?
 # - missing have_archive, have_merge
 # - is plugin_dir lib64 safe?
 # - Using NDB Cluster... could not find sci transporter in /{include, lib}
-# - unpackaged:
-#   /usr/share/man/man1/mysql_tableinfo.1.gz
 #
 # Conditional build:
 %bcond_without innodb          # InnoDB storage engine support
@@ -65,6 +59,7 @@ Patch8:               %{name}-client-config.patch
 Patch9:                %{name}-build.patch
 Patch10:       %{name}-alpha.patch
 Patch11:       %{name}-upgrade.patch
+Patch12:       %{name}-config.patch
 URL:           http://www.mysql.com/products/database/mysql/community_edition.html
 BuildRequires: autoconf
 BuildRequires: automake
@@ -467,6 +462,7 @@ mv sphinx-*/mysqlse storage/sphinx
 %patch8 -p1
 %patch9 -p1
 %patch11 -p1
+%patch12 -p1
 
 %build
 %{__libtoolize}
This page took 0.046214 seconds and 4 git commands to generate.