~ubuntu-branches/ubuntu/saucy/ncbi-tools6/saucy

« back to all changes in this revision

Viewing changes to make/makeshlb.unx

  • Committer: Package Import Robot
  • Author(s): Aaron M. Ucko
  • Date: 2012-06-01 21:02:58 UTC
  • mfrom: (15.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120601210258-xo0bpuw33swxmc2v
Tags: 6.1.20110713-6
debian/rules: Tweak -fPIC -> -fPIE substitution to accommodate platforms
(kFreeBSD, and some Linux architectures) lacking PIE support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
%.$(so): %.a
26
26
        $(CC) -shared -Wl,-soname=$*.so.$(NCBI_VERSION_MAJOR) -o $@ \
27
 
            -Wl,--whole-archive $< -Wl,--no-whole-archive \
 
27
            -Wl,--whole-archive $< -Wl,--no-whole-archive $(LDFLAGS) \
28
28
            $($*_deps) $($*_sysdeps)
29
29
 
30
30
%.so.$(NCBI_VERSION_MAJOR): %.$(so)