git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1476739
)
seafile-seahub: fix python-package.mk include
author
Alexandru Ardelean
<redacted>
Wed, 10 Jan 2018 21:20:12 +0000
(23:20 +0200)
committer
Alexandru Ardelean
<redacted>
Wed, 10 Jan 2018 21:20:17 +0000
(23:20 +0200)
This include is a bit special, because it's the
package that uses OpenWrt's mk rule.
Signed-off-by: Alexandru Ardelean <redacted>
net/seafile-seahub/patches/020-Makefile-fixes.patch
patch
|
blob
|
history
diff --git
a/net/seafile-seahub/patches/020-Makefile-fixes.patch
b/net/seafile-seahub/patches/020-Makefile-fixes.patch
index c25f3d5552275c4495294e17f1ba2258605d6e38..efae34d131262ceefd22af0847f84c1f55e415e7 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT