desktop/wally: Fixed underlinkg.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Bill Kirkpatrick 2012-09-10 12:16:19 +02:00 committed by Robby Workman
parent 8e3960c6a5
commit b72d808c15
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PRGNAM=wally
VERSION=${VERSION:-2.4.4}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -57,6 +57,7 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_EXE_LINKER_FLAGS="-lX11" \
-DCMAKE_BUILD_TYPE=Release ..
make VERBOSE=1