Browse Source

seafile-server: fix patch file

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
lilik-openwrt-22.03
Gergely Kiss 8 years ago
committed by Etienne CHAMPETIER
parent
commit
6a4deff01d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/seafile-server/patches/050-libseafile-makefile-fixes.patch

+ 1
- 1
net/seafile-server/patches/050-libseafile-makefile-fixes.patch View File

@ -30,7 +30,7 @@ diff -rupN seafile-server-5.1.1.orig/lib/Makefile.am seafile-server-5.1.1/lib/Ma
@rm -f vala.tmp
@touch vala.tmp
- valac -C --pkg posix $^
+ "$(STAGING_DIR_HOST)/host/bin/valac" -C --pkg posix $^
+ "$(STAGING_DIR)/host/bin/valac" -C --pkg posix $^
@mv -f vala.tmp $@
${seafile_object_gen}: vala.stamp


Loading…
Cancel
Save