freeswitch-stable: fix 003-modmake-fix.patch 636/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Wed, 7 Apr 2021 18:55:44 +0000 (20:55 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Wed, 7 Apr 2021 18:55:46 +0000 (20:55 +0200)
Somehow this white space change slipped in unintentionally.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch-stable/Makefile
net/freeswitch-stable/patches/003-modmake-fix.patch

index e00e5ca4ac915a28be6d633053b80dab9a7c2f83..e8fdb2f05546e61a176922aba52a11e7254cd48e 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 PRG_NAME:=freeswitch
 PKG_NAME:=$(PRG_NAME)-stable
 PKG_VERSION:=1.10.6
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
 
 PKG_SOURCE:=$(PRG_NAME)-$(PKG_VERSION).-release.tar.xz
index 9c2fe175a307466cd908c52addfc85bff20bed3b..dbe524b34f70ddc86b73f16efa7464940b22a96c 100644 (file)
  DEFAULT_ARGS = --build=$(build) --host=$(host) --target=$(target) --prefix="$(prefix)" --exec_prefix="$(exec_prefix)" --libdir="$(libdir)" --disable-shared --with-pic
  
  moddir=@modulesdir@
-@@ -18,4 +18,4 @@ extraclean-modules: extraclean
- print_tests:
-       @set +e; \
-       test -z "$(TESTS)" || for i in $(TESTS); do echo $(subdir)/$$i; done;
--      
-\ No newline at end of file
-+