diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2018-01-10 23:20:12 +0200 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2018-01-10 23:20:17 +0200 |
commit | d8d977c70aa9c8eb7d5ab6a9bf2f8e47b6868dec (patch) | |
tree | a26a65abef63ed5384bde8d09bb590a1f1a10b45 /net/seafile-seahub | |
parent | 1476739d5f85be70b5db63b439dfe812065b52c7 (diff) |
seafile-seahub: fix python-package.mk include
This include is a bit special, because it's the
package that uses OpenWrt's mk rule.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'net/seafile-seahub')
-rw-r--r-- | net/seafile-seahub/patches/020-Makefile-fixes.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/seafile-seahub/patches/020-Makefile-fixes.patch b/net/seafile-seahub/patches/020-Makefile-fixes.patch index c25f3d555..efae34d13 100644 --- a/net/seafile-seahub/patches/020-Makefile-fixes.patch +++ b/net/seafile-seahub/patches/020-Makefile-fixes.patch @@ -3,7 +3,7 @@ diff -rupN seafile-seahub-6.2.2.orig/Makefile seafile-seahub-6.2.2/Makefile +++ seafile-seahub-6.2.2/Makefile 2017-10-22 22:46:18.007470936 +0200 @@ -1,3 +1,6 @@ +include $(TOPDIR)/rules.mk -+$(call include_mk, python-package.mk) ++include $(TOPDIR)/feeds/packages/lang/python/python-package.mk + PROJECT=seahub |