Ignore:
Timestamp:
Mar 10, 2014 9:13:10 AM (10 years ago)
Author:
nanang
Message:

Re #1745 (Shared lib on MinGW): Fixed missing LDFLAGS setting on some components and build options for win32 DLL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/build/srtp/Makefile

    r4656 r4786  
    2525                   $(HOST_CXXFLAGS) $(CXXFLAGS) 
    2626export _LDFLAGS := $(CC_LDFLAGS) $(OS_LDFLAGS) $(M_LDFLAGS) $(HOST_LDFLAGS) \ 
    27                    $(LDFLAGS)  
     27                   $(APP_LDFLAGS) $(LDFLAGS)  
    2828 
    2929# libcrypt.a (the crypto engine)  
     
    5656export SRTP_OBJS = $(cryptobj) $(srtpobj) 
    5757export SRTP_CFLAGS = -DHAVE_CONFIG_H $(_CFLAGS) 
     58export SRTP_LDFLAGS = $(PJLIB_LDLIB) $(_LDFLAGS) 
    5859 
    5960 
Note: See TracChangeset for help on using the changeset viewer.