diff -ur openssl-0.9.8h/apps/Makefile openssl-0.9.8h.new/apps/Makefile --- openssl-0.9.8h/apps/Makefile 2008-04-04 01:18:23.000000000 +0200 +++ openssl-0.9.8h.new/apps/Makefile 2008-06-12 12:57:15.000000000 +0200 @@ -26,8 +26,8 @@ DLIBCRYPTO=../libcrypto.a DLIBSSL=../libssl.a -LIBCRYPTO=-L.. -lcrypto -LIBSSL=-L.. -lssl +LIBCRYPTO=../libcrypto.a +LIBSSL=../libssl.a PROGRAM= openssl diff -ur openssl-0.9.8h/test/Makefile openssl-0.9.8h.new/test/Makefile --- openssl-0.9.8h/test/Makefile 2007-07-31 22:03:26.000000000 +0200 +++ openssl-0.9.8h.new/test/Makefile 2008-06-12 12:57:44.000000000 +0200 @@ -25,8 +25,8 @@ DLIBCRYPTO= ../libcrypto.a DLIBSSL= ../libssl.a -LIBCRYPTO= -L.. -lcrypto -LIBSSL= -L.. -lssl +LIBCRYPTO=../libcrypto.a +LIBSSL=../libssl.a BNTEST= bntest ECTEST= ectest