Browse Source

Piotr Esden-Tempski <pe1724@bingo-ev.de>:

patch that is fixing what I messed up in zlib and e2fsprogs.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1378 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Piotr Esden-Tempski 21 years ago
parent
commit
f530107acc
6 changed files with 7 additions and 3 deletions
  1. +3
    -0
      Documentation/Developers/CHANGELOG-ESDEN
  2. +1
    -0
      package/base/dietlibc/pkg_e2fsprogs_post.conf
  3. +1
    -0
      package/base/dietlibc/pkg_zlib_post.conf
  4. +1
    -1
      package/base/e2fsprogs/e2fsprogs.conf
  5. +0
    -1
      package/base/linux24/disable-broken.lst
  6. +1
    -1
      package/base/zlib/zlib.conf

+ 3
- 0
Documentation/Developers/CHANGELOG-ESDEN

@ -2,6 +2,9 @@
This is a changelog for Dietlibc-Target, Alpha Target and all changes esden
does for ROCKLinux ;-)
*) 2003-09-12 (2.0.0-rc1 - 2.0.0-rc2)
- fixed zlib and e2fsprogs
*) 2003-09-07 (2.0.0-rc1 - 2.0.0-rc2)
- fixed iproute2 for dietlibc
- added bin86 and nasm to dietlibc target (needed for lilo) and also fixed for

+ 1
- 0
package/base/dietlibc/pkg_e2fsprogs_post.conf

@ -0,0 +1 @@
[ "$pkg_dietlibc_useit" = 1 ] && [ "$diet_dynamic_static" == "static" ] && var_remove confopt " " "--enable-elf-shlibs"

+ 1
- 0
package/base/dietlibc/pkg_zlib_post.conf

@ -0,0 +1 @@
[ "$pkg_dietlibc_useit" = 1 ] && [ "$diet_dynamic_static" == "static" ] && var_remove confopt " " "--shared"

+ 1
- 1
package/base/e2fsprogs/e2fsprogs.conf

@ -28,7 +28,7 @@ MAKE="$MAKE ELF_INSTALL_DIR=$root/lib"
if [ $stagelevel -gt 1 ]
then
[ "$dietlibc_dynamic_static" = "dynamic" ] && confopt="$confopt --enable-elf-shlibs"
confopt="$confopt --enable-elf-shlibs"
makeinstopt="$makeinstopt install-libs"
fi

+ 0
- 1
package/base/linux24/disable-broken.lst

@ -21,5 +21,4 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
CONFIG_EXAMPLE 2000-10-01 2.4.0 example.c
CONFIG_IPMI_HANDLER 2003-06-23 2.4.21-acpi

+ 1
- 1
package/base/zlib/zlib.conf

@ -30,7 +30,7 @@ zlib_pm() {
cp -v algorithm.txt $docdir
}
[ "$diet_dynamic_static" != "static" ] && var_insert confopt " " "--shared"
var_insert confopt " " "--shared"
var_insert CC_WRAPPER_INSERT " " "-fPIC"
hook_add preconf 3 "unset AR"
hook_add postmake 3 "zlib_pm"

Loading…
Cancel
Save