mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
This is a major release, introducing a consistent set of new features as well as improvements to existing components. Reviewed by: Alexey V. Panfilov <ports@subnets.ru> Relnotes: https://www.kamailio.org/w/kamailio-v5-0-0-release-notes/
11 lines
424 B
Text
11 lines
424 B
Text
--- src/modules/db_berkeley/Makefile.orig 2017-04-21 12:46:05 UTC
|
|
+++ src/modules/db_berkeley/Makefile
|
|
@@ -25,7 +25,7 @@ ifeq ($(INSTALL_FLAVOUR),kamailio)
|
|
# extra install for kamailio
|
|
|
|
install-berkeley-scripts: $(bin_prefix)/$(bin_dir)
|
|
- BERKELEYDBON=yes make -C ../../../utils/kamctl/ install-modules
|
|
+ BERKELEYDBON=yes $(MAKE) -C ../../../utils/kamctl/ install-modules
|
|
|
|
install-scripts: install-berkeley-scripts
|
|
|