Skip to content
Snippets Groups Projects
Commit 040a4d5d authored by Simon Rose's avatar Simon Rose
Browse files

Partial reversion of af57525d

The issue is that `COMMANDLINE_LIBRARY` is used by EPICS base to link against
some other libraries; removing this line means that every lib*.so now links
against libreadline.so. This isn't _strictly speaking_ an issue because
`softIocPVA` also ultimately depends on libreadline. However, it is bad
practice.
parent d51c57b3
No related branches found
No related tags found
1 merge request!126Partial reversion of af57525d3ba2ff35c0c5628d1dd666d8675b375e
Pipeline #140011 passed with warnings
......@@ -192,6 +192,8 @@ USR_CPPFLAGS+=-DUSE_TYPED_RSET
endif
SHRLIB_VERSION=
# Avoid linking everything with libreadline.so
COMMANDLINE_LIBRARY=
OBJ=.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment