mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 16:47:24 +08:00
Correct wireless_tools build to include the shared libraries
This commit is contained in:
parent
f8f58eabf7
commit
f498fafb21
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user