Browse Source

Merge pull request #8976 from val-kulkov/subversion-package

subversion: partial revert of b32f8d4ff0
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
b9eef5aae7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/subversion/Makefile

+ 2
- 0
net/subversion/Makefile View 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" \


Loading…
Cancel
Save