diff options
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 |
commit | 7d1f2378c90bfcd04e379e219423d44992bea216 (patch) | |
tree | df28c2a0d1fef3f04f467df847db74239b9e7aba /network/qbittorrent/qbittorrent.SlackBuild | |
parent | c4620fc249e381e1bc7ac1fb42836db61628d189 (diff) | |
download | slackbuilds-7d1f2378c90bfcd04e379e219423d44992bea216.tar.gz |
network/qbittorrent: Removed configure flag that was preventing build.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network/qbittorrent/qbittorrent.SlackBuild')
-rw-r--r-- | network/qbittorrent/qbittorrent.SlackBuild | 3 |
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 |