diff options
author | 2008-01-02 13:33:12 +0000 | |
---|---|---|
committer | 2008-01-02 13:33:12 +0000 | |
commit | f680d2a5a380f8183399d648b3bcf0456b91e777 (patch) | |
tree | b41df3dfd2ce1d994759759d1bca5c3401dd331d | |
parent | Adding the overlay to the specs, also adding the confdir for the keywording. (diff) | |
download | phreak-f680d2a5a380f8183399d648b3bcf0456b91e777.tar.gz phreak-f680d2a5a380f8183399d648b3bcf0456b91e777.tar.bz2 phreak-f680d2a5a380f8183399d648b3bcf0456b91e777.zip |
Adding the confdir for the keywording.
svn path=/; revision=381
-rw-r--r-- | catalyst/specs/uclibc/x86/hardened/stage1.spec | 1 | ||||
-rw-r--r-- | catalyst/specs/uclibc/x86/hardened/stage2.spec | 1 | ||||
-rw-r--r-- | catalyst/specs/uclibc/x86/hardened/stage3.spec | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/catalyst/specs/uclibc/x86/hardened/stage1.spec b/catalyst/specs/uclibc/x86/hardened/stage1.spec index f4473a0..cc8fab5 100644 --- a/catalyst/specs/uclibc/x86/hardened/stage1.spec +++ b/catalyst/specs/uclibc/x86/hardened/stage1.spec @@ -9,6 +9,7 @@ cflags: -Os -mtune=i386 -pipe cxxflags: -Os -mtune=i386 -pipe ldflags: -Wl,-z,relro chost: i386-gentoo-linux-uclibc +portage_confdir: /var/tmp/catalyst/portage_confdir/uclibc portage_overlay: /var/tmp/catalyst/portage_overlay/uclibc /var/tmp/catalyst/portage_overlay/glibc diff --git a/catalyst/specs/uclibc/x86/hardened/stage2.spec b/catalyst/specs/uclibc/x86/hardened/stage2.spec index e99c94d..711697e 100644 --- a/catalyst/specs/uclibc/x86/hardened/stage2.spec +++ b/catalyst/specs/uclibc/x86/hardened/stage2.spec @@ -9,6 +9,7 @@ cflags: -Os -mtune=i386 -pipe cxxflags: -Os -mtune=i386 -pipe ldflags: -Wl,-z,relro chost: i386-gentoo-linux-uclibc +portage_confdir: /var/tmp/catalyst/portage_confdir/uclibc portage_overlay: /var/tmp/catalyst/portage_overlay/uclibc /var/tmp/catalyst/portage_overlay/glibc diff --git a/catalyst/specs/uclibc/x86/hardened/stage3.spec b/catalyst/specs/uclibc/x86/hardened/stage3.spec index 15a33ce..a45ce3d 100644 --- a/catalyst/specs/uclibc/x86/hardened/stage3.spec +++ b/catalyst/specs/uclibc/x86/hardened/stage3.spec @@ -8,6 +8,7 @@ source_subpath: default/stage2-x86-uclibc-hardened-20080101 cflags: -Os -mtune=i386 cxxflags: -Os -mtune=i386 ldflags: -Wl,-z,relro +portage_confdir: /var/tmp/catalyst/portage_confdir/uclibc portage_overlay: /var/tmp/catalyst/portage_overlay/uclibc /var/tmp/catalyst/portage_overlay/glibc |