summaryrefslogtreecommitdiffstats
path: root/lxde
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-08-03 22:22:43 +0000
committer Eric Hameleers <alien@slackware.com>2008-08-03 22:22:43 +0000
commit0ee539c7915fabb69ad596eaed5f80c3b7d2658b (patch)
tree8fe9e9af5582d380c277728c95b73a3fecc5c3bc /lxde
parent068c583af4f5d1af316fab7e94e690d2788e637d (diff)
downloadasb-0ee539c7915fabb69ad596eaed5f80c3b7d2658b.tar.gz
asb-0ee539c7915fabb69ad596eaed5f80c3b7d2658b.tar.xz
Make lxpanel use Slackware's static libiw library (adds wireless network support)
Diffstat (limited to 'lxde')
-rwxr-xr-xlxde/build/lxpanel.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/lxde/build/lxpanel.SlackBuild b/lxde/build/lxpanel.SlackBuild
index 8b6f3a90..f8587c95 100755
--- a/lxde/build/lxpanel.SlackBuild
+++ b/lxde/build/lxpanel.SlackBuild
@@ -36,6 +36,9 @@
# * Update.
# 0.3.8.1-1: 02/aug/2008 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.3.8.1-2: 04/aug/2008 by Eric Hameleers <alien@slackware.com>
+# * Make lxpanel use Slackware's static libiw library
+# (adds wireless network support)
#
# Run 'sh lxpanel.SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -48,7 +51,7 @@
PRGNAM=lxpanel
VERSION=${VERSION:-0.3.8.1}
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-alien}
DOCS="ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README"
@@ -152,6 +155,7 @@ echo Building ...
LDFLAGS="$SLKLDFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS" \
+LIBS="-lm" \
./configure --prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--localstatedir=/var \