From e5add13ee9f7cc72b69e73d9f508c62cfc3487af Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 24 Feb 2008 16:29:58 +0000 Subject: [PATCH] Fixed libacl to not inject a hard-coded '--enable-shared' confopt (enabled by default) --- base/acl/acl.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/base/acl/acl.conf b/base/acl/acl.conf index f6db83e89..c1056a2cc 100644 --- a/base/acl/acl.conf +++ b/base/acl/acl.conf @@ -23,9 +23,6 @@ makeinstopt="$makeinstopt install-lib install-dev" # only static libs go here var_append confopt ' ' "--libexecdir='$libdir'" -# also build shared libs -var_append confopt ' ' "--enable-shared" - # install missing .la file hook_add inmake 9 "cp -av libacl/libacl.la $root$libdir/; sed -i 's,installed=no,installed=yes,' $root$libdir/libacl.la"