lksctp-tools-1.0.8-prefix.patch 332 B

1234567891011121314
  1. default @bindir@ expands to ${exec_prefix}/bin and default @exec_prefix@
  2. expands to ${prefix}
  3. --- src/withsctp/withsctp.in
  4. +++ src/withsctp/withsctp.in
  5. @@ -1,5 +1,7 @@
  6. #!/bin/sh
  7. # -*- sh -*-
  8. +prefix=@prefix@
  9. +exec_prefix=@exec_prefix@
  10. LIBDIR=@libdir@/@PACKAGE@
  11. BINDIR=@bindir@
  12. export LD_PRELOAD=${LIBDIR}/libwithsctp.so.1.0.6