subversion: partial revert of b32f8d4ff0
authorVal Kulkov <redacted>
Tue, 14 May 2019 02:57:08 +0000 (22:57 -0400)
committerVal Kulkov <redacted>
Tue, 14 May 2019 06:05:56 +0000 (02:05 -0400)
Commit b32f8d4ff035272706a1d559992cfd6bc1ffe560 broke compilation
of Subversion on systems where unixodbc package is present.
This partial revert fixes issue #8975.

Signed-off-by: Val Kulkov <redacted>
net/subversion/Makefile

index d8c6820de31cd498e07e62a4ab877d85470a0662..9cafc73dd14d6091fdb7ded066f910b7d1e8afdb 100644 (file)
@@ -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" \
git clone https://git.99rst.org/PROJECT