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.

11 lines
334 B

  1. --- Makefile.bak 2014-05-16 13:58:28.994279562 +0700
  2. +++ Makefile 2014-05-16 13:58:36.964278887 +0700
  3. @@ -21,7 +21,7 @@
  4. LDFLAGS=
  5. BIGFILES=-D_FILE_OFFSET_BITS=64
  6. -CFLAGS=-Wall -Winline -O2 -g $(BIGFILES)
  7. +CFLAGS=-Wall -Winline -O2 -fPIC -g $(BIGFILES)
  8. # Where you want it installed when you do 'make install'
  9. PREFIX=/usr/local