From 1c11a5925018451de19c3e5685f1cb0b406160fd Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Tue, 26 Dec 2017 14:26:45 +0100 Subject: [PATCH] baresip + restund: delete faulty patch The patch is wrong. It may cause errors of the "illegal instruction" variety. The libre package fix in commit e40f0ea06fe7433eff71c4561a4776f068e97bc7 makes this patch unnecessary anyway. Drop it. Signed-off-by: Sebastian Kemper --- net/baresip/Makefile | 2 +- net/baresip/patches/001-fix-linker-call.patch | 14 -------------- net/restund/Makefile | 2 +- net/restund/patches/001-fix-linker-call.patch | 14 -------------- 4 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 net/baresip/patches/001-fix-linker-call.patch delete mode 100644 net/restund/patches/001-fix-linker-call.patch diff --git a/net/baresip/Makefile b/net/baresip/Makefile index 958f124..b238271 100644 --- a/net/baresip/Makefile +++ b/net/baresip/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=baresip PKG_VERSION:=0.5.6 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.creytiv.com/pub diff --git a/net/baresip/patches/001-fix-linker-call.patch b/net/baresip/patches/001-fix-linker-call.patch deleted file mode 100644 index 0df5ced..0000000 --- a/net/baresip/patches/001-fix-linker-call.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -199,9 +199,9 @@ libbaresip.pc: - $(BIN): $(APP_OBJS) - @echo " LD $@" - ifneq ($(GPROF),) -- $(HIDE)$(LD) $(LFLAGS) $(APP_LFLAGS) $^ ../re/libre.a $(LIBS) -o $@ -+ $(HIDE)$(LD) $(LFLAGS) $(SH_LFLAGS) $(APP_LFLAGS) $^ ../re/libre.a $(LIBS) -o $@ - else -- $(HIDE)$(LD) $(LFLAGS) $(APP_LFLAGS) $^ \ -+ $(HIDE)$(LD) $(LFLAGS) $(SH_LFLAGS) $(APP_LFLAGS) $^ \ - -L$(LIBRE_SO) -lre $(LIBS) -o $@ - endif - diff --git a/net/restund/Makefile b/net/restund/Makefile index 21c956e..6206be4 100644 --- a/net/restund/Makefile +++ b/net/restund/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=restund PKG_VERSION:=0.4.12 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.creytiv.com/pub diff --git a/net/restund/patches/001-fix-linker-call.patch b/net/restund/patches/001-fix-linker-call.patch deleted file mode 100644 index abae86c..0000000 --- a/net/restund/patches/001-fix-linker-call.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -99,9 +99,9 @@ all: $(MOD_BINS) $(BIN) - $(BIN): $(OBJS) - @echo " LD $@" - ifneq ($(GPROF),) -- @$(LD) $(LFLAGS) $(APP_LFLAGS) $^ ../re/libre.a $(LIBS) -o $@ -+ @$(LD) $(LFLAGS) $(SH_LFLAGS) $(APP_LFLAGS) $^ ../re/libre.a $(LIBS) -o $@ - else -- @$(LD) $(LFLAGS) $(APP_LFLAGS) $^ -L$(LIBRE_SO) -lre $(LIBS) -o $@ -+ @$(LD) $(LFLAGS) $(SH_LFLAGS) $(APP_LFLAGS) $^ -L$(LIBRE_SO) -lre $(LIBS) -o $@ - endif - - $(BUILD)/%.o: %.c $(BUILD) Makefile $(APP_MK)