From 0ab24492aeafcf28bbe1be0ebac025d055e24c50 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 10 Aug 2017 22:53:13 +0000 Subject: main/libtool: disable -dlpreopen nonsense --- main/libtool/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main/libtool/APKBUILD') diff --git a/main/libtool/APKBUILD b/main/libtool/APKBUILD index de86f2aeb7..ee45ea63cb 100644 --- a/main/libtool/APKBUILD +++ b/main/libtool/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=libtool pkgver=2.4.6 -pkgrel=1 +pkgrel=2 pkgdesc="A generic library support script" arch="all" license='GPL' @@ -24,6 +24,7 @@ build() { --prefix=/usr \ --disable-static \ || return 1 + echo '#undef HAVE_LIBDLLOADER' >> config.h make } -- cgit v1.2.3