From 78011192154abe664b1c21beb38d15eda6f30659 Mon Sep 17 00:00:00 2001 From: zimoch Date: Thu, 13 Jun 2013 15:21:12 +0000 Subject: [PATCH] fix for cygwin --- streamApp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/streamApp/Makefile b/streamApp/Makefile index b1e0341..1981c42 100644 --- a/streamApp/Makefile +++ b/streamApp/Makefile @@ -34,6 +34,8 @@ streamApp_DBD += asynRegistrars.dbd # add asynRecord.dbd if you like streamApp_DBD += asynRecord.dbd PROD_LIBS += asyn +# cygwin needs separate RPC library for asyn +PROD_SYS_LIBS_cygwin32 += $(CYGWIN_RPC_LIB) endif ifneq ($(words $(CALC) $(SYNAPPS)), 0)