Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. #! /bin/sh
  2. #
  3. # Created by configure
  4.  
  5. CFLAGS="-fstack-protector"; export CFLAGS
  6. CXXFLAGS="-fstack-protector"; export CXXFLAGS
  7. CPPFLAGS="-D_FORTIFY_SOURCE=2"; export CPPFLAGS
  8. LDFLAGS="-Wl,-z,relro -Wl,-z,now"; export LDFLAGS
  9. "../../configure" \
  10. "--prefix=/opt/ats" \
  11. "--enable-ccache" \
  12. "CPPFLAGS=-D_FORTIFY_SOURCE=2" \
  13. "CFLAGS=-fstack-protector" \
  14. "CXXFLAGS=-fstack-protector" \
  15. "LDFLAGS=-Wl,-z,relro -Wl,-z,now" \
  16. "$@"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement