From b6537665a1b334fde8eddb577a28d24001eead81 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 9 Sep 2018 18:29:24 +0300 Subject: [PATCH] htmlcxx --- programming/misc/htmlcxx/actions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/programming/misc/htmlcxx/actions.py b/programming/misc/htmlcxx/actions.py index 54e17ffb15..355ec5f943 100644 --- a/programming/misc/htmlcxx/actions.py +++ b/programming/misc/htmlcxx/actions.py @@ -9,7 +9,8 @@ from pisi.actionsapi import get NoStrip = "/" def setup(): - shelltools.export("LDFLAGS", "%s -lm" % get.LDFLAGS()) + shelltools.export("LDFLAGS", "%s -lm" % get.LDFLAGS()) + autotools.autoreconf("-fiv") autotools.configure("--prefix=/usr") pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")