Changeset 1887 for trunk/src


Ignore:
Timestamp:
Aug 30, 2010 4:03:06 PM (14 years ago)
Author:
dkearney
Message:

adding -fPIC because my x86_64 builds were complaining about "relocation R_X86_64_32" errors while creating shared objects.

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/Makefile.in

    r1873 r1887  
    2929CFLAGS_DEFAULT  = @CFLAGS_DEFAULT@
    3030LIB_SEARCH_DIRS = @LIB_SEARCH_DIRS@
    31 CFLAGS          = @CFLAGS@
     31CFLAGS          = @CFLAGS@ -fPIC
    3232DX_LIB_SPEC     = @DX_LIB_SPEC@
    3333DX_INC_SPEC     = @DX_INC_SPEC@
  • trunk/src/core2/Makefile.in

    r1082 r1887  
    3737CFLAGS_DEFAULT  = @CFLAGS_DEFAULT@
    3838LIB_SEARCH_DIRS = -L../core @LIB_SEARCH_DIRS@
    39 CFLAGS          = @CFLAGS@
     39CFLAGS          = @CFLAGS@ -fPIC
    4040CPP             = @CPP@
    4141
  • trunk/src/objects/Makefile.in

    r1873 r1887  
    2626CFLAGS_DEFAULT  = @CFLAGS_DEFAULT@
    2727LIB_SEARCH_DIRS = @LIB_SEARCH_DIRS@
    28 CFLAGS          = @CFLAGS@
     28CFLAGS          = @CFLAGS@ -fPIC
    2929FFMPEG          = @HAVE_FFMPEG_LIBS@
    3030RM              = rm -f
Note: See TracChangeset for help on using the changeset viewer.