lirc:rebuild
This commit is contained in:
@@ -13,16 +13,11 @@ from pisi.actionsapi import get
|
||||
def setup():
|
||||
autotools.autoreconf("-fi")
|
||||
autotools.configure("--localstatedir=/run \
|
||||
--enable-sandboxed \
|
||||
--with-systemdsystemunitdir=no \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--disable-debug \
|
||||
--disable-dependency-tracking \
|
||||
--with-transmitter \
|
||||
--with-x \
|
||||
--with-driver=userspace \
|
||||
--with-syslog=LOG_DAEMON")
|
||||
--with-x")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
diff -Nuar a/plugins/default.c b/plugins/default.c
|
||||
--- a/plugins/default.c 2017-09-10 11:52:19.000000000 +0300
|
||||
+++ b/plugins/default.c 2018-10-08 11:42:41.575913661 +0300
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
+#include <sys/sysmacros.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
@@ -22,10 +22,11 @@
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-PyYAML</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">lirc-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch</Patch> -->
|
||||
<Patch level="1">sysmacros.patch</Patch>
|
||||
<!-- <Patch level="1">lirc-configure-libudev.patch</Patch> -->
|
||||
<!-- <Patch level="1">lirc.pc-Fix-bad-library-specification-236.patch</Patch> -->
|
||||
<!-- <Patch level="1">Build-Use-HAVE_UINPUT-1-to-force-building-uinput-cod.patch</Patch> -->
|
||||
@@ -81,13 +82,6 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2018-10-08</Date>
|
||||
<Version>0.10.1</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-08-20</Date>
|
||||
<Version>0.10.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user