]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- updated info patch
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 16 May 2005 05:29:23 +0000 (05:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ntpl patch not needed? (please check)

Changed files:
    mysql.spec -> 1.265

mysql.spec

index a87f80d8e88daf9f29a849e7dcd66db360909445..291026b8374b7ddcbde9e00417cad75d27c9f8c8 100644 (file)
@@ -47,7 +47,7 @@ Patch3:               %{name}-info.patch
 Patch4:                %{name}-sql-cxx-pic.patch
 Patch5:                %{name}-noproc.patch
 Patch6:                %{name}-fix_privilege_tables.patch
-Patch7:                %{name}-nptl.patch
+#Patch7:               %{name}-nptl.patch
 Patch8:                %{name}-align.patch
 Icon:          mysql.gif
 URL:           http://www.mysql.com/
@@ -423,7 +423,7 @@ Ten pakiet zawiera standardowego demona MySQL NDB CPC.
 %endif
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
+#%patch7 -p1
 %patch8 -p1
 
 %{__perl} -pi -e 's@(ndb_bin_am_ldflags)="-static"@$1=""@' configure.in
@@ -458,7 +458,7 @@ CFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}"
        --with-low-memory \
        --with-mysqld-user=mysql \
        --with-named-curses-libs="-lncurses" \
-       --with-pthread \
+       --with-named-thread-libs="-lpthread" --with-pthread \
        --with-unix-socket-path=/var/lib/mysql/mysql.sock \
        --with-vio \
        --with-ndbcluster \
This page took 0.074189 seconds and 4 git commands to generate.