add the ipx headers
This commit is contained in:
@@ -1 +1 @@
|
||||
EBUILD ipx-modules-9999.ebuild 581 BLAKE2B 73b161cf21d2988ba81e574a35f6ae9ce42fc8f9f6693d82cf084ccf6eec7fa679ba8a3e416d5ce09600ec9a738891f70cb5ca09c92be2befe31a64a6e4252b2 SHA512 6a6beb465fbf32203ec707ce9d981618ca610f68cfad59515a0b66833f63da0667d196cae50deacd6b1cc2ebce2cae83cfcfc363e460873ffd91e5f782537de9
|
||||
EBUILD ipx-modules-9999.ebuild 685 BLAKE2B def3048fc6f93921fa8a1bd6243fd365973903c0196668885743faea315a9824dbcfbec816b897b29c21e05578d5591a181eaec54b73ba3ba86a899882455247 SHA512 2c4188dd99ba0299e5780dcaaad8873b5b150f1e53e1534c501de02b8e369cfa245c224f44303ee57da8b3317e912ebca6fb48398b2393042457d4adab5a0a85
|
||||
|
||||
@@ -14,19 +14,24 @@ SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
pkg_setup() {
|
||||
linux-mod-r1_pkg_setup
|
||||
linux-mod-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
local modlist=(
|
||||
ipx=ipx:${S}:${S}:build
|
||||
)
|
||||
local modlist=(
|
||||
ipx=ipx:${S}:${S}:build
|
||||
)
|
||||
|
||||
local modargs=( KERNELDIR=${KV_OUT_DIR} M=${S} )
|
||||
local modargs=( KERNELDIR=${KV_OUT_DIR} M=${S} )
|
||||
|
||||
linux-mod-r1_src_compile
|
||||
linux-mod-r1_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
linux-mod-r1_src_install
|
||||
linux-mod-r1_src_install
|
||||
|
||||
# Userspace-/development-Header aus dem Upstream-Repo
|
||||
doheader linux/ipx.h
|
||||
insinto /usr/include/net
|
||||
doins net/ipx.h
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user