diff options
author | Christian Heim <phreak@gentoo.org> | 2008-01-02 14:09:30 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-01-02 14:09:30 +0000 |
commit | 37f84ec13fa5ac4490724b6af388c3d7c628bbe5 (patch) | |
tree | e98c633b90371bbb6c568997a5786f0c31fd3492 | |
parent | Adding the confdir for the keywording. (diff) | |
download | phreak-37f84ec13fa5ac4490724b6af388c3d7c628bbe5.tar.gz phreak-37f84ec13fa5ac4490724b6af388c3d7c628bbe5.tar.bz2 phreak-37f84ec13fa5ac4490724b6af388c3d7c628bbe5.zip |
Changing the seed stage to a custom one (unpack 2006.1, emerge -1q sandbox pax-utils pycrypto portage uclibc, tar up), due to sys-apps/gawk being merged *before* sys-libs/uclibc.
svn path=/; revision=382
-rw-r--r-- | catalyst/specs/uclibc/x86/hardened/stage1.spec | 2 | ||||
-rw-r--r-- | catalyst/specs/uclibc/x86/stage1.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/catalyst/specs/uclibc/x86/hardened/stage1.spec b/catalyst/specs/uclibc/x86/hardened/stage1.spec index cc8fab5..0e28615 100644 --- a/catalyst/specs/uclibc/x86/hardened/stage1.spec +++ b/catalyst/specs/uclibc/x86/hardened/stage1.spec @@ -4,7 +4,7 @@ version_stamp: uclibc-hardened-20080101 rel_type: default profile: uclibc/x86/hardened snapshot: 20080101 -source_subpath: stage3-x86-uclibc-2006.1 +source_subpath: stage3-x86-uclibc-2007.0 cflags: -Os -mtune=i386 -pipe cxxflags: -Os -mtune=i386 -pipe ldflags: -Wl,-z,relro diff --git a/catalyst/specs/uclibc/x86/stage1.spec b/catalyst/specs/uclibc/x86/stage1.spec index f78faeb..1ce783e 100644 --- a/catalyst/specs/uclibc/x86/stage1.spec +++ b/catalyst/specs/uclibc/x86/stage1.spec @@ -4,7 +4,7 @@ version_stamp: uclibc-20080101 rel_type: default profile: uclibc/x86 snapshot: 20080101 -source_subpath: stage3-x86-uclibc-2006.1 +source_subpath: stage3-x86-uclibc-2007.0 cflags: -Os -mtune=i386 -pipe cxxflags: -Os -mtune=i386 -pipe ldflags: -Wl,-z,relro |