aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2024-02-19 07:31:02 +0100
committerGitHub <noreply@github.com>2024-02-19 07:31:02 +0100
commit2953350f7561ec0e2725f532a10dbc2c2a95759a (patch)
tree2ae0fc6e308b80b6058d3deecf1410c52d0bdc60 /net
parent79ef554d7fbcb30f4c1b66c5a9608e5ade172b7c (diff)
parent84ac0263b520ce918f81813aa15ac67c528e278c (diff)
Merge pull request #23463 from mhei/fix-apr
apr/subversion: fix subversion build and apache-mod-php8 build regres…
Diffstat (limited to 'net')
1 files changed, 2 insertions, 0 deletions
diff --git a/net/subversion/Makefile b/net/subversion/Makefile
index 0e733f284..944a32eba 100644
--- a/net/subversion/Makefile
+++ b/net/subversion/Makefile
@@ -80,6 +80,8 @@ define Package/subversion-server/conffiles
endef
CONFIGURE_ARGS += \
+ --with-apr=$(STAGING_DIR)/usr/bin/apr-1-config \
+ --with-apr-util=$(STAGING_DIR)/usr/bin/apu-1-config \
--without-swig \
--without-berkeley-db \
--without-apxs \