~ubuntu-branches/ubuntu/precise/pristine-tar/precise

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2010-11-19 17:19:21 UTC
  • Revision ID: james.westby@ubuntu.com-20101119171921-pidusno64gng3js0
Tags: 1.11ubuntu1
* Fix FTBFS due to --as-needed. (Debian bug #604030)
  - Makefile.PL: Move the "-lz" parameter to the end.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
ZGZ_SOURCES = zgz/zgz.c zgz/gzip/*.c zgz/old-bzip2/*.c
21
21
zgz/zgz: $(ZGZ_SOURCES)
22
 
        gcc -Wall -O2 -lz -o $@ $(ZGZ_SOURCES)
 
22
        gcc -Wall -O2 -o $@ $(ZGZ_SOURCES) -lz
23
23
 
24
24
extra_install:
25
25
        install -d $(DESTDIR)/usr/bin