use new library

This commit is contained in:
2015-08-12 13:51:58 +02:00
parent 2391ec9cff
commit 31db8cdfc5
+2 -1
View File
@@ -333,12 +333,12 @@ then
EXE=$EPICS_BASE/bin/$EPICS_HOST_ARCH/softIoc
ARGS="-D $EPICS_BASE/dbd/softIoc.dbd"
# load "require" command
[ -z "$REQUIRE" ] && REQUIRE=misc
LIBPREFIX=lib
LIBPOSTFIX=.so
if [ "$EPICS_MODULES" ]
then
[ -z "$REQUIRE" ] && REQUIRE=require
if [ -z "$REQUIRE_LIB" ]
then
if [ "$REQUIRE_VERSION" ]
@@ -350,6 +350,7 @@ then
fi
REQUIRE_DBD=$(dirname $(dirname $(dirname $REQUIRE_LIB)))/dbd/$REQUIRE.dbd
else
[ -z "$REQUIRE" ] && REQUIRE=misc
if [ -z "$REQUIRE_LIB" ]
then
if [ "$REQUIRE_VERSION" ]