diff --git a/openssh/build.sh b/openssh/build.sh index e0c5dd6..d2f692f 100755 --- a/openssh/build.sh +++ b/openssh/build.sh @@ -9,7 +9,7 @@ ########################################################### # Check the following 4 variables before running the script topdir=openssh -version=4.3p2 +version=4.7p1 pkgver=1 source[0]=$topdir-$version.tar.gz # If there are no patches, simply comment this @@ -20,7 +20,7 @@ source[0]=$topdir-$version.tar.gz # Global settings export LDFLAGS="-R/usr/local/lib -L/usr/local/lib" -export CPPFLAGS="-I/usr/local/include/openssl" +export CPPFLAGS="-I/usr/local/include" # Use prngd socket (For Solaris 2.6,7 & 8 without patch 112438) #export ENTROPY="--with-prngd-socket=/var/run/egd-pool" # Use /dev/random (For Solaris 9 & 8 with patch 112438) diff --git a/openssh/meta/depend.openssh b/openssh/meta/depend.openssh index f153225..9b06836 100644 --- a/openssh/meta/depend.openssh +++ b/openssh/meta/depend.openssh @@ -1,2 +1,2 @@ -P SBossl097klib OpenSSL - Secure Socket Layer +P SBossl098glib OpenSSL - Secure Socket Layer P SBlibgccso1 libgcc_s.so.1 from gcc 3.3.2+