From 41c3d2de914ae61a831bf3d1f9557b7d683d4774 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 3 Aug 2010 20:03:46 +0200 Subject: [PATCH] libssh: removed obsolete cmake related hack from .conf file --- network/libssh/libssh.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/network/libssh/libssh.conf b/network/libssh/libssh.conf index 3a3b198ea..d6c29e1dc 100644 --- a/network/libssh/libssh.conf +++ b/network/libssh/libssh.conf @@ -15,9 +15,4 @@ # apply the patches defined in the libssh.desc var_append patchfiles ' ' "`match_source_file -p patch`" -pkg_libssh_premake() { - mkdir -p build - cd build - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. -} -hook_add premake 5 "pkg_libssh_premake" +var_append cmakeopt ' ' "-DCMAKE_BUILD_TYPE=Release"