summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Woodfall <dave@dawoodfall.net>2012-08-06 19:17:11 -0500
committer Robby Workman <rworkman@slackbuilds.org>2012-08-14 22:30:17 -0500
commit7d1f2378c90bfcd04e379e219423d44992bea216 (patch)
treedf28c2a0d1fef3f04f467df847db74239b9e7aba
parentc4620fc249e381e1bc7ac1fb42836db61628d189 (diff)
downloadslackbuilds-7d1f2378c90bfcd04e379e219423d44992bea216.tar.gz
slackbuilds-7d1f2378c90bfcd04e379e219423d44992bea216.tar.xz
network/qbittorrent: Removed configure flag that was preventing build.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r--network/qbittorrent/qbittorrent.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild
index b44d441699..861a80a1bd 100644
--- a/network/qbittorrent/qbittorrent.SlackBuild
+++ b/network/qbittorrent/qbittorrent.SlackBuild
@@ -73,8 +73,7 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
- --qtdir=/usr/lib${LIBDIRSUFFIX}/qt \
- --build=$ARCH-slackware-linux
+ --qtdir=/usr/lib${LIBDIRSUFFIX}/qt
make
make install INSTALL_ROOT=$PKG