Ignore:
Timestamp:
Feb 7, 2008 11:58:04 AM (16 years ago)
Author:
bennylp
Message:

Fixed compilation error on libsrtp in crypto/aes.c when it finds the wrong err.h to be included. The solution was to change the order of include paths in Makefile

File:
1 edited

Legend:

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

    r1730 r1782  
    1111# Gather all flags. 
    1212# 
    13 export _CFLAGS  := $(CC_CFLAGS) $(OS_CFLAGS) $(HOST_CFLAGS) $(M_CFLAGS) \ 
    14                    $(CFLAGS) $(CC_INC). $(CC_INC)../../srtp/crypto/include \ 
     13export _CFLAGS  := $(CC_INC). $(CC_INC)../../srtp/crypto/include \ 
    1514                   $(CC_INC)../../srtp/include \ 
    16                    $(CC_INC)../../../pjlib/include 
     15                   $(CC_INC)../../../pjlib/include \ 
     16                   $(CC_CFLAGS) $(OS_CFLAGS) $(HOST_CFLAGS) $(M_CFLAGS) \ 
     17                   $(CFLAGS)  
    1718export _CXXFLAGS:= $(_CFLAGS) $(CC_CXXFLAGS) $(OS_CXXFLAGS) $(M_CXXFLAGS) \ 
    1819                   $(HOST_CXXFLAGS) $(CXXFLAGS) 
Note: See TracChangeset for help on using the changeset viewer.