Changeset 6c6693b16ea3372436aaf4338947f3ca68d4545b

Show
Ignore:
Timestamp:
26/09/05 01:10:50 (3 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1127689850 +0000
git-parent:

[268ff7ea8eff7f6901f46c9b2e4f76b6f02c2cba]

git-author:
Sam Hocevar <sam@videolan.org> 1127689850 +0000
Message:
  • debian/rules: build x264 in PIC mode whenever possible
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • debian/rules

    re975cd4 r6c6693b  
    119119    cd extras/x264 \ 
    120120     && ./configure $(confflags) --extra-cflags='$$(ECFLAGS)' \ 
     121                                 --extra-asflags='$$(EASFLAGS)' \ 
    121122     && $(MAKE) 
    122123 
     
    149150 
    150151    # Hackety hackety hack 
    151     cd extras/x264 && $(MAKE) clean && $(MAKE) ECFLAGS=-fPIC 
     152    cd extras/x264 && $(MAKE) clean && $(MAKE) ECFLAGS=-fPIC EASFLAGS=__PIC__ 
    152153 
    153154    # HACKETY HACKETY HACK