[haiku-development] Re: new openssl-0.9.8j build see ticket 2640

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Wed, 28 Jan 2009 20:47:41 -0800

On Wed, Jan 28, 2009 at 4:28 PM, Matt Madia <mattmadia@xxxxxxxxx> wrote:
> There's a problem with my openssl package.
> Somehow it hardcoded the prefix path in at least one header,
> common/include/openssl/opensslconf.h   lines 109 and 110.
>
> I did not expect this to occur.
>
> the 0.9.8j package has been or will shortly be removed from
> http://haiku-files.org/files/optional-packages/
>
>

Ok, so here's a patch to add it into the build, but until the ssldir
issue is also addressed this should probably be put on hold.
Matt let us know when the fixed zip is posted.
-scottmc
Index: OptionalPackages
===================================================================
--- OptionalPackages    (revision 29087)
+++ OptionalPackages    (working copy)
@@ -378,9 +378,9 @@
                Echo "No optional package OpenSSL available for $(TARGET_ARCH)" 
;
        } else {
                local baseURL = http://haiku-files.org/files/optional-packages ;
-               InstallOptionalHaikuImagePackage openssl-0.9.8g-gcc2-2008-03-28
-                       : $(baseURL)/openssl-0.9.8g-gcc2-2008-03-28.zip
-                       : home
+               InstallOptionalHaikuImagePackage openssl-0.9.8j-gcc2-2009-01-28
+                       : $(baseURL)/openssl-0.9.8j-gcc2-2009-01-28.zip
+                       : 
                ;
        }
 }

Other related posts: