diff options
| author | micmac1 | 2020-05-13 16:38:24 +0000 |
|---|---|---|
| committer | GitHub | 2020-05-13 16:38:24 +0000 |
| commit | fffc4678c8700e69238606c7f91548c0533ecee8 (patch) | |
| tree | 5da445e081309272acc9da635f7139004b324845 | |
| parent | 2bf1a883925f183c09390d0ede7ee81a69557cb0 (diff) | |
| parent | 439cff8707b5f245a97d9d4142046f6d06c622e0 (diff) | |
| download | telephony-fffc4678c8700e69238606c7f91548c0533ecee8.tar.gz | |
Merge pull request #530 from micmac1/fs1103-no-sofia-tests
freeswitch-stable: disable sofia-sip tests
| -rw-r--r-- | net/freeswitch-stable/patches/400-disable-sofia-sip-tests.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/freeswitch-stable/patches/400-disable-sofia-sip-tests.patch b/net/freeswitch-stable/patches/400-disable-sofia-sip-tests.patch new file mode 100644 index 0000000..6e7891c --- /dev/null +++ b/net/freeswitch-stable/patches/400-disable-sofia-sip-tests.patch @@ -0,0 +1,11 @@ +--- a/libs/sofia-sip/Makefile.am ++++ b/libs/sofia-sip/Makefile.am +@@ -7,7 +7,7 @@ + + AUTOMAKE_OPTIONS = foreign 1.7 + +-SUBDIRS = libsofia-sip-ua $(GLIB_SUBDIRS) packages tests s2check utils ++SUBDIRS = libsofia-sip-ua $(GLIB_SUBDIRS) packages # tests s2check utils + DIST_SUBDIRS = s2check libsofia-sip-ua libsofia-sip-ua-glib utils packages \ + tests win32 open_c + |