Changeset 1052:1ff7e8c869bb in roaraudio for plugins/ao/Makefile


Ignore:
Timestamp:
12/23/08 23:43:04 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use -fPIC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/ao/Makefile

    r1050 r1052  
    1212 
    1313libroar.so: ao_roar.c 
    14         cc -shared -L../../lib -lroar -o libroar.so ao_roar.c 
     14        cc -shared -L../../lib -lroar -fPIC -o libroar.so ao_roar.c 
    1515 
    1616ao_roar.c: 
Note: See TracChangeset for help on using the changeset viewer.