Changeset 6c6693b16ea3372436aaf4338947f3ca68d4545b
- 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
| re975cd4 |
r6c6693b |
|
| 119 | 119 | cd extras/x264 \ |
|---|
| 120 | 120 | && ./configure $(confflags) --extra-cflags='$$(ECFLAGS)' \ |
|---|
| | 121 | --extra-asflags='$$(EASFLAGS)' \ |
|---|
| 121 | 122 | && $(MAKE) |
|---|
| 122 | 123 | |
|---|
| … | … | |
| 149 | 150 | |
|---|
| 150 | 151 | # Hackety hackety hack |
|---|
| 151 | | cd extras/x264 && $(MAKE) clean && $(MAKE) ECFLAGS=-fPIC |
|---|
| | 152 | cd extras/x264 && $(MAKE) clean && $(MAKE) ECFLAGS=-fPIC EASFLAGS=__PIC__ |
|---|
| 152 | 153 | |
|---|
| 153 | 154 | # HACKETY HACKETY HACK |
|---|