seafile-server: fix build with libssp & non-musl libc
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Thu, 20 Jun 2019 09:11:39 +0000 (12:11 +0300)
committerYousong Zhou <yszhou4tech@gmail.com>
Thu, 20 Jun 2019 12:54:14 +0000 (20:54 +0800)
commit4bc29f54ac9f0e446ed8a46ab9a75493c77629e9
tree04c3fb62a954b1e806b4410117cca0422892f3d6
parent2bdd3856fd3c5050ca9981f2ec508b89cf789ce5
seafile-server: fix build with libssp & non-musl libc

Fixes: https://github.com/openwrt/packages/issues/9255
This seems to fail the build for this package only.
So, this change patches the build, to add `-lssp` to the LDFLAGS of this
package, in case the build uses GCC's libssp.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
net/seafile-server/Makefile