Advertisement
Guest User

add-link-to-ssp.patch

a guest
Feb 12th, 2014
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.64 KB | None | 0 0
  1. --- mingw-w64-crt.orig/Makefile.am  2014-02-12 17:32:17.467603486 +0100
  2. +++ mingw-w64-crt/Makefile.am   2014-02-12 17:32:27.634369205 +0100
  3. @@ -34,8 +34,8 @@ DTDEF32=$(DLLTOOL) $(DLLTOOLFLAGS32) $(A
  4.  DTDEF64=$(DLLTOOL) $(DLLTOOLFLAGS64) $(AM_DLLTOOLFLAGS) --input-def
  5.  DTLIB32=$(DTDEF32) $(top_srcdir)/`echo $@ | $(SED) 's|/lib|/|;s|\.a|.def|'`
  6.  DTLIB64=$(DTDEF64) $(top_srcdir)/`echo $@ | $(SED) 's|/lib|/|;s|\.a|.def|'`
  7. -LDFLAGS32=-m32 -L$(top_builddir)/lib32
  8. -LDFLAGS64=-m64 -L$(top_builddir)/lib64
  9. +LDFLAGS32=-m32 -L$(top_builddir)/lib32 -lssp
  10. +LDFLAGS64=-m64 -L$(top_builddir)/lib64 -lssp
  11.  extra_include=-I$(top_srcdir)/include
  12.  processed_defs=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement