]> git.ipfire.org Git - pakfire.git/commit
Create path variables.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Dec 2011 21:36:39 +0000 (22:36 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Dec 2011 21:36:39 +0000 (22:36 +0100)
commit28d69c2c80ecdc093381723f27d465851da5785f
tree306d44e62863e48ec59f079c0905f65529961282
parent3ea0cd4dc3209bafbe9d4927e9df25d3ba69f96f
Create path variables.

As the new x86_64 architecture places libs in lib64 instead of lib
we need to define it somewhere.
To change other paths in the future, we use a lot of variables
for them that have been introduced here.

(Also fix libtool rpath fix - that never worked before.)
macros/arch.macro [new file with mode: 0644]
macros/build.macro
macros/constants.macro
macros/templates.macro