Hei hei, Am 2012-08-21 11:32, schrieb Michael Olbrich: >> 1) There's a way to test in the make file if openssl is activated in >> the collection and I missed it. > > ifneq ($(filter openssl,$(PACKAGES)),) > ... > endif > > I think. I would not recommend this. This will break if you switch > collections without rebuilding everything. > Also, you need to depend on openssl to make sure the file is already > available.
A question came to my mind: why is "ifdef PTXCONF_FOO" true in the first place when FOO=m in the ptxconfig and FOO is not set in the collectionconfig? If collections are used, why wouldn't you wanna check the collectionconfig if a package is activated instead of the ptxconfig? Greets Alex -- »With the first link, the chain is forged. The first speech censured, the first thought forbidden, the first freedom denied, chains us all irrevocably.« (Jean-Luc Picard, quoting Judge Aaron Satie) *** GnuPG-FP: 02C8 A590 7FE5 CA5F 3601 D1D5 8FBA 7744 CC87 10D0 *** -- ptxdist mailing list [email protected]
