diff options
Diffstat (limited to 'source/ap')
-rwxr-xr-x | source/ap/mariadb/mariadb.SlackBuild | 2 | ||||
-rwxr-xr-x | source/ap/tmux/tmux.SlackBuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/ap/mariadb/mariadb.SlackBuild b/source/ap/mariadb/mariadb.SlackBuild index d9b02aac..b83511e9 100755 --- a/source/ap/mariadb/mariadb.SlackBuild +++ b/source/ap/mariadb/mariadb.SlackBuild @@ -112,7 +112,7 @@ cd build cmake \ -DCMAKE_C_FLAGS="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS="$SLKCFLAGS" \ - -DBUILD_CONFIG=mysql_release \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DFEATURE_SET="community" \ -DINSTALL_LAYOUT="RPM" \ -DCMAKE_INSTALL_PREFIX=/usr \ diff --git a/source/ap/tmux/tmux.SlackBuild b/source/ap/tmux/tmux.SlackBuild index 517f1640..9ed82bf2 100755 --- a/source/ap/tmux/tmux.SlackBuild +++ b/source/ap/tmux/tmux.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tmux VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |