Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakub Panek
aports
Commits
9b4a462a
Commit
9b4a462a
authored
11 years ago
by
Bartłomiej Piotrowski
Browse files
Options
Downloads
Patches
Plain Diff
main/wireless-tools: upgrade to 30_pre9
parent
51edf695
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/wireless-tools/APKBUILD
+8
-13
8 additions, 13 deletions
main/wireless-tools/APKBUILD
main/wireless-tools/wireless-tools-29-asneeded.patch
+0
-13
0 additions, 13 deletions
main/wireless-tools/wireless-tools-29-asneeded.patch
with
8 additions
and
26 deletions
main/wireless-tools/APKBUILD
+
8
−
13
View file @
9b4a462a
# Contributor: Michael Mason <ms13sp@gmail.com>
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer:
# Maintainer:
pkgname
=
wireless-tools
pkgname
=
wireless-tools
pkgver
=
2
9
pkgver
=
30_pre
9
pkgrel
=
5
pkgrel
=
0
pkgdesc
=
"Open Source wireless tools"
pkgdesc
=
"Open Source wireless tools"
url
=
"http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html"
url
=
"http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html"
arch
=
"all"
arch
=
"all"
...
@@ -11,14 +11,12 @@ depends=""
...
@@ -11,14 +11,12 @@ depends=""
makedepends
=
""
makedepends
=
""
install
=
""
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.
$pkgver
.tar.gz
source
=
"http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.
${
pkgver
/_/.
}
.tar.gz
wireless-tools-29-asneeded.patch
"
"
_builddir
=
"
$srcdir
"
/wireless_tools.
$pkgver
_builddir
=
"
$srcdir
"
/wireless_tools.
30
build
()
{
build
()
{
cd
"
$_builddir
"
cd
"
$_builddir
"
patch
-p1
-i
../wireless-tools-29-asneeded.patch
||
return
1
make
||
return
1
make
||
return
1
}
}
...
@@ -30,9 +28,6 @@ package() {
...
@@ -30,9 +28,6 @@ package() {
INSTALL_MAN
=
"
$pkgdir
"
/usr/share/man
install
||
return
1
INSTALL_MAN
=
"
$pkgdir
"
/usr/share/man
install
||
return
1
}
}
md5sums
=
"e06c222e186f7cc013fd272d023710cb wireless_tools.29.tar.gz
md5sums
=
"ca91ba7c7eff9bfff6926b1a34a4697d wireless_tools.30.pre9.tar.gz"
9d979950e6965b31d3d136f570273d23 wireless-tools-29-asneeded.patch"
sha256sums
=
"abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63 wireless_tools.30.pre9.tar.gz"
sha256sums
=
"6fb80935fe208538131ce2c4178221bab1078a1656306bce8909c19887e2e5a1 wireless_tools.29.tar.gz
sha512sums
=
"0561923bca075af4754d21e1be303cbd1ce3558cb6481c9c12bc7d330a353acf8ad81a822488570e859480287999c3bb2a698c993556a92f0699743e0a527ff1 wireless_tools.30.pre9.tar.gz"
41ab166672833cc030a292160b4e0d13b86fe12b6dbe79f7e8537ae76d402c56 wireless-tools-29-asneeded.patch"
sha512sums
=
"c169e29d53353e3d65913a5a5ba219752218968b0c036d4bfb25e7f3a9e31fe1e6adfcdbb410116e9c161c99aa3a7314fdc889ba36ba63f002d11ff9dba6974d wireless_tools.29.tar.gz
1b1d7e0f833fd0f6587f7d175d7d8597c637782bf37b4800e5d8e3c736a0755c0073b8f9876ea75b95be3735116f051ca40dc617818d5b7f8de61a54d66dc48d wireless-tools-29-asneeded.patch"
This diff is collapsed.
Click to expand it.
main/wireless-tools/wireless-tools-29-asneeded.patch
deleted
100644 → 0
+
0
−
13
View file @
51edf695
Index: wireless_tools.29/Makefile
===================================================================
--- wireless_tools.29.orig/Makefile
+++ wireless_tools.29/Makefile
@@ -145,7 +145,7 @@
wireless.h:
# Compilation of the dynamic library
$(DYNAMIC): $(OBJS:.o=.so)
- $(CC) -shared -o $@ -Wl,-soname,$@ $(STRIPFLAGS) $(LIBS) -lc $^
+ $(CC) $(LDFLAGS) -shared -o $@ -Wl,-soname,$@ $(STRIPFLAGS) $^ $(LIBS) -lc
# Compilation of the static library
$(STATIC): $(OBJS:.o=.so)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment