core updated.
This commit is contained in:
@@ -17,8 +17,9 @@ def setup():
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def check():
|
||||
autotools.make("check")
|
||||
# need git for check
|
||||
#def check():
|
||||
# autotools.make("check")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# /usr/lib/depmod.d/search.conf
|
||||
#
|
||||
|
||||
search updates extramodules built-in
|
||||
@@ -0,0 +1,23 @@
|
||||
diff --git a/sys-apps/kmod/files/kmod-15-dynamic-kmod.patch b/sys-apps/kmod/files/kmod-15-dynamic-kmod.patch
|
||||
new file mode 100644
|
||||
index 0000000..c93bea6
|
||||
--- /dev/null
|
||||
+++ b/sys-apps/kmod/files/kmod-15-dynamic-kmod.patch
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
+do not statically link kmod against its own libraries
|
||||
+
|
||||
+https://bugs.gentoo.org/493630
|
||||
+http://thread.gmane.org/gmane.linux.kernel.modules/1206
|
||||
+
|
||||
+--- a/Makefile.in
|
||||
++++ b/Makefile.in
|
||||
+@@ -817,7 +817,7 @@
|
||||
+ @BUILD_TOOLS_TRUE@ tools/static-nodes.c
|
||||
+
|
||||
+ @BUILD_TOOLS_TRUE@tools_kmod_LDADD = libkmod/libkmod-util.la \
|
||||
+-@BUILD_TOOLS_TRUE@ libkmod/libkmod-internal.la
|
||||
++@BUILD_TOOLS_TRUE@ libkmod/libkmod.la
|
||||
+
|
||||
+
|
||||
+ # ------------------------------------------------------------------------------
|
||||
@@ -12,11 +12,19 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Linux kernel module management utilities</Summary>
|
||||
<Description>Linux kernel module management utilities</Description>
|
||||
<Archive sha1sum="f59f7dabe32cbf007bcc30731821d5f3ac9a5706" type="tarxz">ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-19.tar.xz</Archive>
|
||||
<Archive sha1sum="40a17f9208e841b3fd74984520cc7ba309674ab3" type="tarxz">https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-20.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>chrpath</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<!--<Dependency>libxslt</Dependency>-->
|
||||
<Dependency>xz-32bit</Dependency>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
<Dependency>zlib-32bit</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>kernel-module-headers</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">kmod-15-dynamic-kmod.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -47,6 +55,8 @@
|
||||
<!-- Grabbed from Fedora -->
|
||||
<AdditionalFile owner="root" permission="0644" target="/etc/modprobe.d/modprobe.conf">modprobe.conf</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/etc/depmod.d/depmod.conf">depmod.conf</AdditionalFile>
|
||||
<!--archlinux thanks-->
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/lib/depmod.d/search.conf">depmod-search.conf</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<Provides>
|
||||
<!-- FIXME: This backend needs a complete rewrite dude -->
|
||||
@@ -88,6 +98,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>xz-32bit</Dependency>
|
||||
<Dependency>zlib-32bit</Dependency>
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
@@ -95,6 +106,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Date>2015-03-26</Date>
|
||||
<Version>20</Version>
|
||||
<Comment>Version bump,add patch and fix deps.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2014-11-18</Date>
|
||||
<Version>19</Version>
|
||||
|
||||
Reference in New Issue
Block a user