This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new b75e4e1  Fix for macOSX build error
b75e4e1 is described below

commit b75e4e10065431b8664fb984f968be10f2a20a7e
Author: Persia Aziz <per...@yahoo-inc.com>
AuthorDate: Thu Nov 16 12:58:01 2017 -0600

    Fix for macOSX build error
---
 lib/Makefile.am          | 2 +-
 lib/tsconfig/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index db1e0f6..32ec467 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -16,7 +16,7 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-SUBDIRS = ts records tsconfig bindings cppapi
+SUBDIRS = ts records . tsconfig bindings cppapi
 
 if BUILD_PERL_LIB
 SUBDIRS += perl
diff --git a/lib/tsconfig/Makefile.am b/lib/tsconfig/Makefile.am
index 5d4216e..4244b63 100644
--- a/lib/tsconfig/Makefile.am
+++ b/lib/tsconfig/Makefile.am
@@ -18,7 +18,7 @@
 
 lib_LTLIBRARIES = libtsconfig.la
 check_PROGRAMS = test-tsconfig
-libtsconfig_la_LDFLAGS = -no-undefined -version-info @TS_LIBTOOL_VERSION@
+libtsconfig_la_LDFLAGS = -version-info @TS_LIBTOOL_VERSION@
 
 AM_CFLAGS += @FLEX_CFLAGS@
 AM_YFLAGS = --yacc -d -p tsconfig

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>'].

Reply via email to