diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-02-09 12:37:24 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-02-09 12:38:09 +0000 |
commit | 9e5dd61600d687fa3525d6084874883629b5fb25 (patch) | |
tree | ff1ba62cb68dec5e501d6d416fb395cc16ab2dea /community/smstools/makefile.patch | |
parent | c78947b324c68dd1f194880e5b2a19963cbc25fe (diff) | |
download | aports-9e5dd61600d687fa3525d6084874883629b5fb25.tar.bz2 aports-9e5dd61600d687fa3525d6084874883629b5fb25.tar.xz |
community/smstools: upgrade to 3.1.16
Diffstat (limited to 'community/smstools/makefile.patch')
-rw-r--r-- | community/smstools/makefile.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/community/smstools/makefile.patch b/community/smstools/makefile.patch deleted file mode 100644 index 459e5d64a8..0000000000 --- a/community/smstools/makefile.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- ./Makefile.orig -+++ ./Makefile -@@ -7,7 +7,7 @@ - VERSION=$(shell grep package_version src/version.h | cut -f2) - - compile: -- cd src && $(MAKE) -$(MAKEFLAGS) -+ cd src && $(MAKE) - - install: compile - ./install.sh $(BINDIR) -@@ -16,7 +16,7 @@ - ./uninstall.sh $(BINDIR) - - clean: -- cd src && $(MAKE) -$(MAKEFLAGS) clean -+ cd src && $(MAKE) clean - - package: compile clean - ./package.sh ---- ./src/Makefile.orig -+++ ./src/Makefile -@@ -37,15 +37,15 @@ - # Use the following only on GNU/Linux and only if you need ps listing like "smsd: MAINPROCESS" and "smsd: GSM1" - # CFLAGS += -D USE_LINUX_PS_TRICK - --all: smsd -- --smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist.o whitelist.o modeminit.o pdu.o -- - ifneq (,$(findstring SOLARIS,$(CFLAGS))) - ifeq (,$(findstring DISABLE_INET_SOCKET,$(CFLAGS))) - override LFLAGS += -lsocket -lnsl - endif - endif -+ -+all: smsd -+ -+smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist.o whitelist.o modeminit.o pdu.o - - ifneq (,$(findstring NOSTATS,$(CFLAGS))) - $(CC) $(CFLAGS) -o $@ $^ $(LFLAGS) |