diff options
author | Val Kulkov <val.kulkov@gmail.com> | 2019-05-13 22:57:08 -0400 |
---|---|---|
committer | Val Kulkov <val.kulkov@gmail.com> | 2019-05-14 02:05:56 -0400 |
commit | 61e33ee1fcb66aa8ae82a804e90213e4a110572f (patch) | |
tree | 0157da0331d46dea1b0394be8418572aa5ef0ae9 /net | |
parent | 1f4df64f6a90510de13449e5dc0bd3f73e9f02d3 (diff) |
subversion: partial revert of b32f8d4ff0
Commit b32f8d4ff035272706a1d559992cfd6bc1ffe560 broke compilation
of Subversion on systems where unixodbc package is present.
This partial revert fixes issue #8975.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/subversion/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/subversion/Makefile b/net/subversion/Makefile index d8c6820de..9cafc73dd 100644 --- a/net/subversion/Makefile +++ b/net/subversion/Makefile @@ -79,6 +79,8 @@ define Package/subversion-server/conffiles endef TARGET_CFLAGS += $(FPIC) +APU_LIBS=$(shell $(STAGING_DIR)/usr/bin/apu-1-config --link-libtool --libs) +TARGET_LDFLAGS += $(APU_LIBS) CONFIGURE_ARGS += \ --with-apr="$(STAGING_DIR)/usr/bin/apr-1-config" \ |