Advertisement
Guest User

Test

a guest
Jan 17th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. build() {
  2. cd "${srcdir}/${_pkgbasename}_sdk/src"
  3.  
  4. # Set lib32 needs in search.c and makefile
  5. patch -Np1 -i "${srcdir}/hardcode-path.patch"
  6. patch -Np1 -i "${srcdir}/fix-lib32-makefile.patch"
  7. sed \
  8. -e 's/mkdirhier/mkdir -p/' \
  9. -e "s#-O3#${CFLAGS} ${LDFLAGS/,--as-needed/}#" \
  10. -i makefile
  11. make targets
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement