Browse Source

hostapd: Updated (0.6.10 -> 0.7.2)

user/karasz/next/updates
Christian Wiese 15 years ago
parent
commit
86c15fcb4d
  1. 4
      network/hostapd/hostapd.desc
  2. 15
      network/hostapd/install.patch

4
network/hostapd/hostapd.desc

@ -29,7 +29,7 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 0.6.10 [V] 0.7.2
[P] X -----5---9 800.000 [P] X -----5---9 800.000
[D] 643810734 hostapd-0.6.10.tar.gz http://hostap.epitest.fi/releases/ [D] 56018349 hostapd-0.7.2.tar.gz http://hostap.epitest.fi/releases/

15
network/hostapd/install.patch

@ -14,9 +14,8 @@
# version. # version.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
diff -ruN hostapd-0.6.10-orig/hostapd/Makefile hostapd-0.6.10/hostapd/Makefile --- hostapd-0.7.2/hostapd/Makefile.orig 2010-04-18 18:15:07.000000000 +0200
--- hostapd-0.6.10-orig/hostapd/Makefile 2010-01-12 15:55:02.000000000 +0100 +++ hostapd-0.7.2/hostapd/Makefile 2010-08-05 16:45:12.796003326 +0200
+++ hostapd-0.6.10/hostapd/Makefile 2010-08-04 17:40:45.320090875 +0200
@@ -1,3 +1,6 @@ @@ -1,3 +1,6 @@
+DESTDIR = +DESTDIR =
+prefix = /usr/local +prefix = /usr/local
@ -24,12 +23,12 @@ diff -ruN hostapd-0.6.10-orig/hostapd/Makefile hostapd-0.6.10/hostapd/Makefile
ifndef CC ifndef CC
CC=gcc CC=gcc
endif endif
@@ -577,7 +580,7 @@ @@ -729,7 +732,7 @@
fi fi
install: all install: all
- for i in $(ALL); do cp $$i /usr/local/bin/$$i; done - for i in $(ALL); do cp -f $$i /usr/local/bin/$$i; done
+ for i in $(ALL); do cp $$i $(DESTDIR)/$(prefix)/bin/$$i; done + for i in $(ALL); do cp -f $$i $(DESTDIR)/$(prefix)/bin/$$i; done
hostapd: $(OBJS) ../src/drivers/build.hostapd:
$(CC) -o hostapd $(OBJS) $(LIBS) @if [ -f ../src/drivers/build.wpa_supplicant ]; then \

Loading…
Cancel
Save