diff options
author | Othmar Truniger <tru7@users.noreply.github.com> | 2014-12-31 10:12:53 +0100 |
---|---|---|
committer | Othmar Truniger <tru7@users.noreply.github.com> | 2014-12-31 10:12:53 +0100 |
commit | 3a8983f37904b3dadd41892c981764ddee20b852 (patch) | |
tree | 8b9fd38aa08e0dcef963cbef982b5696565ec414 /net/knxd | |
parent | deedcd2b2a72273788ae1c38d28ce5350fcc84e6 (diff) |
knxd: add patch file
Signed-off-by: Othmar Truniger <github@truniger.ch>
Diffstat (limited to 'net/knxd')
-rw-r--r-- | net/knxd/patches/0099-openwrt.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/knxd/patches/0099-openwrt.patch b/net/knxd/patches/0099-openwrt.patch new file mode 100644 index 000000000..fd73c0555 --- /dev/null +++ b/net/knxd/patches/0099-openwrt.patch @@ -0,0 +1,8 @@ +--- knxd/src/client/Makefile.am.orig 2014-12-21 20:17:14.000000000 +0100 ++++ knxd/src/client/Makefile.am 2014-12-21 20:18:50.639995000 +0100 +@@ -4,5 +4,5 @@ + BUILDJAVA = + endif + +-SUBDIRS=def c $(BUILDJAVA) php perl cs python pascal ruby lua . ++SUBDIRS=def c $(BUILDJAVA) php perl cs . |