]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- added noproc patch, specify ps and kill arguments to configure
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 11 Jul 2003 13:01:56 +0000 (13:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.170

mysql.spec

index a226ee32c2cb2e1c24bfadeef402d8c97f7ef0f3..52a66014f6bd476b3bbf9ab76dfc96ffda474d54 100644 (file)
@@ -2,8 +2,6 @@
 # Conditional build:
 # _with_bdb - Berkeley DB support
 #
-# NOTE: requires mounted /proc to build
-#
 %include       /usr/lib/rpm/macros.perl
 Summary:       MySQL: a very fast and reliable SQL database engine
 Summary(fr):   MySQL: un serveur SQL rapide et fiable
@@ -31,6 +29,7 @@ Patch4:               %{name}-info.patch
 Patch5:                %{name}-dump_quote_db_names.patch
 Patch6:                %{name}-manfixes.patch
 Patch7:                %{name}-sql-cxx-pic.patch
+Patch8:                %{name}-noproc.patch
 Icon:          mysql.gif
 URL:           http://www.mysql.com/
 #BuildRequires:        ORBit-devel
@@ -327,6 +326,7 @@ MySQL.
 # in objects compiled without -fPIC
 %patch7 -p1
 %endif
+%patch8 -p1
 
 %build
 rm -f missing
@@ -337,6 +337,10 @@ rm -f missing
 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions %{!?debug:-fomit-frame-pointer}"
 CFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}"
 %configure \
+       PS='/bin/ps' \
+       FIND_PROC='/bin/ps p $$PID' \
+       KILL='/bin/kill' \
+       CHECK_PID='/bin/kill -0 $$PID' \
        -C \
        --with-pthread \
        --with-raid \
This page took 0.117976 seconds and 4 git commands to generate.