Skip to content

Commit

Permalink
Merge pull request #12 from omg-dds/rti_hercules_updates
Browse files Browse the repository at this point in the history
Changes in OpenSSL library location and name
  • Loading branch information
fgaranda authored Jul 28, 2021
2 parents 94f94e9 + a181cc9 commit caad781
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions srcCxx/makefile_rti
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

# If undefined in the environment default NDDSHOME to install dir
ifndef NDDSHOME
NDDSHOME := /opt/rti_connext_dds-6.0.1
NDDSHOME := /opt/rti_connext_dds-6.1.0
endif

ifndef RTI_OPENSSLHOME
RTI_OPENSSLHOME := /opt/openssl-1.1.1d
RTI_OPENSSLHOME := $(NDDSHOME)/third_party/openssl-1.1.1k
endif

TARGET_ARCH = x64Linux3gcc4.8.2
Expand All @@ -35,14 +35,14 @@ SOURCES += $(RTI_SRC_DIR)/ShapeTypeSupport.cxx $(RTI_SRC_DIR)/ShapeTypePlugin.c
LIBS += -L$(NDDSHOME)/lib/$(TARGET_ARCH) \
-lnddssecurityzd -lnddscppzd -lnddsczd -lnddscorezd \
-L$(RTI_OPENSSLHOME)/$(TARGET_ARCH)/debug/lib \
-lsslz -lcryptoz $(SYSLIBS)
-lssl -lcrypto $(SYSLIBS)
DEFINES += -DRTI_CONNEXT_DDS -DRTI_UNIX -DRTI_LINUX
INCLUDES += -I$(NDDSHOME)/include -I$(NDDSHOME)/include/ndds
#End of RTI


OBJS = $(SOURCES:%.cxx=%.o)
EXEC = rti_connext_dds_6.0.1_linux
EXEC = rti_connext_dds_6.1.0_linux

RTI_DDSGEN_CMD = $(shell \
$(NDDSHOME)/bin/rtiddsgen \
Expand Down

0 comments on commit caad781

Please sign in to comment.