openvpn: update to 2.4.6
[openwrt/openwrt.git] / package / network / services / openvpn / patches / 210-build_always_use_internal_lz4.patch
index b3eb7c742af61a7b5ba0aa9f1c0abac41f97d66f..a99f9236443f68017db6f98cd333bb3ce7f85c37 100644 (file)
 -                                           # linker will not know about the lz4 library
 -      )
 -    fi
-
      saved_CFLAGS="${CFLAGS}"
      saved_LIBS="${LIBS}"
      CFLAGS="${CFLAGS} ${LZ4_CFLAGS}"
      LIBS="${LIBS} ${LZ4_LIBS}"
-
 -    # If pkgconfig check failed or LZ4_CFLAGS/LZ4_LIBS env vars
 -    # are used, check the version directly in the LZ4 include file
 -    if test "${have_lz4}" != "yes"; then