summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-01-06 14:07:02 +0000
committerLudovic Courtès <ludo@gnu.org>2012-01-06 14:07:02 +0000
commit7232a1e33ad9584f517ac85680e0eb726755a5be (patch)
tree344e1a34b1091af98f3b0a07a6b7f3294b0281b7 /pkgs/development
parentd88a86d8ee6daf5ec06068a0cccceab809d0b152 (diff)
downloadnixlib-7232a1e33ad9584f517ac85680e0eb726755a5be.tar
nixlib-7232a1e33ad9584f517ac85680e0eb726755a5be.tar.gz
nixlib-7232a1e33ad9584f517ac85680e0eb726755a5be.tar.bz2
nixlib-7232a1e33ad9584f517ac85680e0eb726755a5be.tar.lz
nixlib-7232a1e33ad9584f517ac85680e0eb726755a5be.tar.xz
nixlib-7232a1e33ad9584f517ac85680e0eb726755a5be.tar.zst
nixlib-7232a1e33ad9584f517ac85680e0eb726755a5be.zip
OpenSSL: Further fix `Configure' for GNU builds.
svn path=/nixpkgs/trunk/; revision=31348
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/openssl/gnu.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/openssl/gnu.patch b/pkgs/development/libraries/openssl/gnu.patch
index b82496cf8786..3cc6d049c944 100644
--- a/pkgs/development/libraries/openssl/gnu.patch
+++ b/pkgs/development/libraries/openssl/gnu.patch
@@ -7,7 +7,7 @@ Patch to fix compilation on GNU/Hurd and GNU/kFreeBSD.
  
  ##### GNU Hurd
 -"hurd-x86",  "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -march=i486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC",
-+"hurd-x86",  "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -march=i486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so",
++"hurd-x86",  "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -march=i486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  
  ##### OS/2 EMX
  "OS2-EMX", "gcc::::::::",