Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
f498fafb
Commit
f498fafb
authored
Mar 09, 2016
by
Lisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct wireless_tools build to include the shared libraries
parent
f8f58eab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
wireless_tools/PKGBUILD
wireless_tools/PKGBUILD
+8
-1
No files found.
wireless_tools/PKGBUILD
View file @
f498fafb
...
...
@@ -16,8 +16,15 @@ depends=('glibc')
source
=(
"http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
${
pkgname
}
.
${
pkgver
}
.tar.gz"
)
md5sums
=(
'ca91ba7c7eff9bfff6926b1a34a4697d'
)
prepare
()
{
cd
"
${
srcdir
}
/
${
pkgname
}
.
${
_pkgver
}
"
# This triggers the full build, instead of the "static" one
# which is smaller in size but lacks the shared library.
sed
'/BUILD_STATIC =/d'
-i
Makefile
}
build
()
{
cd
${
srcdir
}
/
wireless_tools
.
${
_pkgver
}
cd
${
srcdir
}
/
${
pkgname
}
.
${
_pkgver
}
make
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment