Bug 1331 - waf generates and installs pkgconfig .pc files even for disabled modules and tests
waf generates and installs pkgconfig .pc files even for disabled modules and ...
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: build system
pre-release
PC Linux
: P5 normal
Assigned To: Gustavo J. A. M. Carneiro
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-29 11:04 UTC by Vedran Miletić
Modified: 2012-02-13 13:54 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vedran Miletić 2011-12-29 11:04:47 UTC
waf generates and installs pkgconfig/libns3-*-test.pc even if --enable-tests is not used.

There was also a problem with pkgconfig/libns3-template.pc in case that template module isn't enabled, but I believe it's not any longer since template module is gone.
Comment 1 Vedran Miletić 2012-01-05 08:14:01 UTC
It is much more general (and probably easier to fix); .pc files get generated and installed even for disabled modules.
Comment 2 Gustavo J. A. M. Carneiro 2012-02-13 13:54:44 UTC
changeset:   7707:42c37d556d61
tag:         tip
user:        Gustavo J. A. M. Carneiro  <gjc@inescporto.pt>
date:        Mon Feb 13 18:54:22 2012 +0000
summary:     Bug 1331 - waf generates and installs pkgconfig .pc files even for disabled modules and tests