File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ RUN sed -i 's#export PATH=#export PATH=/opt/axis/acapsdk/axis-acap-manifest-tool
48
48
# Add the --disable-new-dtags parameter to the default LDFLAGS to solve dynamic library rpath issues
49
49
RUN sed -i 's:/opt/axis/sdk:/opt/axis/acapsdk:g' /opt/axis/acapsdk/environment-setup* && \
50
50
sed -i '/\(CC\|CPP\|CXX\)=/s:"$: -L$SDKTARGETSYSROOT/usr/lib":g' /opt/axis/acapsdk/environment-setup* && \
51
- sed -i '/\(CC\|CPP\|CXX\)=/s:"$: -D_TIME_BITS=32 ":g' /opt/axis/acapsdk/environment-setup* && \
52
- sed -i '/\(CC\|CPP\|CXX\)=/s:"$: -D_FILE_OFFSET_BITS=32 ":g' /opt/axis/acapsdk/environment-setup* && \
51
+ sed -i '/\(CC\|CPP\|CXX\)=/s:"$: -U_TIME_BITS ":g' /opt/axis/acapsdk/environment-setup* && \
52
+ sed -i '/\(CC\|CPP\|CXX\)=/s:"$: -U_FILE_OFFSET_BITS ":g' /opt/axis/acapsdk/environment-setup* && \
53
53
sed -i '/^export LDFLAGS=/ s:"$: -Wl,--disable-new-dtags":' /opt/axis/acapsdk/environment-setup*
54
54
55
55
# Copy the lib, include and .pc files from the API container
You can’t perform that action at this time.
0 commit comments