[rtems commit] build: Always build libmghttpd.a

Sebastian Huber sebh at rtems.org
Mon Mar 25 07:11:36 UTC 2019


Module:    rtems
Branch:    master
Commit:    7a1934dac087295b209563d984549a48728599a3
Changeset: http://git.rtems.org/rtems/commit/?id=7a1934dac087295b209563d984549a48728599a3

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Mar 25 08:09:09 2019 +0100

build: Always build libmghttpd.a

---

 cpukit/Makefile.am | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 51ab18c..b0b5a8d 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -1902,6 +1902,11 @@ libjffs2_a_CPPFLAGS =
 libjffs2_a_CPPFLAGS += $(AM_CPPFLAGS)
 libjffs2_a_CPPFLAGS += -I$(srcdir)/libfs/src/jffs2/include
 
+project_lib_LIBRARIES += libmghttpd.a
+
+libmghttpd_a_SOURCES =
+libmghttpd_a_SOURCES += mghttpd/mongoose.c
+
 project_lib_LIBRARIES += libz.a
 
 libz_a_SOURCES =
@@ -1953,15 +1958,6 @@ libpppd_a_SOURCES += pppd/sys-rtems.c
 libpppd_a_SOURCES += pppd/upap.c
 libpppd_a_SOURCES += pppd/utils.c
 
-if HAS_PTHREADS
-
-project_lib_LIBRARIES += libmghttpd.a
-
-libmghttpd_a_SOURCES =
-libmghttpd_a_SOURCES += mghttpd/mongoose.c
-
-endif
-
 endif
 
 if HACK_TO_AVOID_LONG_ARG_LIST




More information about the vc mailing list