]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- updated systemtap switch logic
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 20 Sep 2013 14:45:28 +0000 (16:45 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 20 Sep 2013 14:45:28 +0000 (16:45 +0200)
mysql.spec

index e3ad45d01906eb4731573636aecc4b324d5b1bbf..98e139f5ca77db12785588626dcdedc3b4349727 100644 (file)
@@ -532,7 +532,7 @@ cp -a %{SOURCE15} libmysql/libmysql.version
        -DCMAKE_CXX_FLAGS_RELEASE="%{rpmcxxflags} -DNDEBUG -fno-omit-frame-pointer -fno-strict-aliasing" \
        -DCOMPILATION_COMMENT="PLD/Linux Distribution MySQL RPM" \
        -DCURSES_INCLUDE_PATH=/usr/include/ncurses \
-       %{!?with_systemtap:-DENABLE_DTRACE=OFF} \
+       %{?with_systemtap:-DENABLE_DTRACE=ON} \
        -DFEATURE_SET="community" \
        -DINSTALL_LAYOUT=RPM \
        -DINSTALL_LIBDIR=%{_lib} \
This page took 0.167844 seconds and 4 git commands to generate.