mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
528 B

  1. diff -ruN bzip2-1.0.2-orig/Makefile bzip2-1.0.2/Makefile
  2. --- bzip2-1.0.2-orig/Makefile 2004-11-07 04:19:14.950033312 +0100
  3. +++ bzip2-1.0.2/Makefile 2004-11-07 04:20:26.998080344 +0100
  4. @@ -9,7 +9,7 @@
  5. # Suitably paranoid flags to avoid bugs in gcc-2.7
  6. BIGFILES=-D_FILE_OFFSET_BITS=64
  7. -CFLAGS=-Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce $(BIGFILES)
  8. +CFLAGS=-Wall -Winline -fPIC -O2 -fomit-frame-pointer -fno-strength-reduce $(BIGFILES)
  9. # Where you want it installed when you do 'make install'
  10. PREFIX=/usr