summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libwebsockets/libwebsockets-9999.ebuild')
-rw-r--r--net-libs/libwebsockets/libwebsockets-9999.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-libs/libwebsockets/libwebsockets-9999.ebuild b/net-libs/libwebsockets/libwebsockets-9999.ebuild
index 76e9204..7b0dc4f 100644
--- a/net-libs/libwebsockets/libwebsockets-9999.ebuild
+++ b/net-libs/libwebsockets/libwebsockets-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
EGIT_REPO_URI="git://git.warmcat.com/libwebsockets"
-inherit git-2
+inherit git-2 autotools
DESCRIPTION="C Websockets Server Library"
HOMEPAGE="http://warmcat.com/libwebsockets"
@@ -19,9 +19,10 @@ IUSE="openssl +libcrypto nofork noping"
DEPEND="openssl? ( dev-libs/openssl )"
RDEPEND="${DEPEND}"
-src_unpack() {
- git_src_unpack
- cd "${S}"
+src_prepare() {
+ eautoreconf
+# git_src_unpack
+# cd "${S}"
}
src_configure() {