Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (48fd951f19548ae49d17ee10e761135648e8c03d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (48fd951f19548ae49d17ee10e761135648e8c03d)
  • Date: Mon, 31 Dec 2012 08:43:56 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/wpa_supplicant/HISTORY | 4 ++++
net/wpa_supplicant/INSTALL | 2 +-
net/wpa_supplicant/PRE_BUILD | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 1dcab2fffaaf24194e8b02459762d5ba79643f8f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wpa_supplicant: fixed build for 1.1

diff --git a/net/wpa_supplicant/HISTORY b/net/wpa_supplicant/HISTORY
index dbbfb5d..b8dcc0b 100644
--- a/net/wpa_supplicant/HISTORY
+++ b/net/wpa_supplicant/HISTORY
@@ -1,3 +1,7 @@
+2012-12-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD, INSTALL: dbus service patching isn't required for 1.1;
+ fixed build
+
2012-12-29 Justin Boffemmyer <flux AT sourcemage.org>
* DETAILS: update to version 1.1
* CONFIGURE: new option for nl80211 support (deprecates wext, AKA
diff --git a/net/wpa_supplicant/INSTALL b/net/wpa_supplicant/INSTALL
index bde3a13..6a0db9a 100755
--- a/net/wpa_supplicant/INSTALL
+++ b/net/wpa_supplicant/INSTALL
@@ -19,7 +19,7 @@ if is_depends_enabled $SPELL dbus; then

if [[ $WPA_RELEASE == legacy ]]; then
install -Tvm 644 dbus-wpa_supplicant.service "$DBUS_FILE"
- else
+ elif [[ $WPA_RELEASE == devel ]]; then
install -Tvm 644 dbus/fi.epitest.hostap.WPASupplicant.service
"$DBUS_FILE"
fi
fi &&
diff --git a/net/wpa_supplicant/PRE_BUILD b/net/wpa_supplicant/PRE_BUILD
index 536430b..7349fc1 100755
--- a/net/wpa_supplicant/PRE_BUILD
+++ b/net/wpa_supplicant/PRE_BUILD
@@ -6,7 +6,7 @@ sed -i "s|/usr/local|$INSTALL_ROOT/usr|g" Makefile &&
if is_depends_enabled $SPELL dbus; then
if [[ $WPA_RELEASE == legacy ]]; then
sed -i "s|=/sbin|=$INSTALL_ROOT/usr/sbin|g" dbus-wpa_supplicant.service
- else
+ elif [[ $WPA_RELEASE == devel ]]; then
sed -i "s|=/sbin|=$INSTALL_ROOT/usr/sbin|g" \
dbus/fi.epitest.hostap.WPASupplicant.service
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (48fd951f19548ae49d17ee10e761135648e8c03d), Vlad Glagolev, 12/31/2012

Archive powered by MHonArc 2.6.24.

Top of Page