From dd0a98be215f1fe25dd975587c8f49861125fa6a Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 1 Dec 2012 10:34:09 +0000 Subject: [PATCH] Add autotools quirks to libdsk bep file to get shared lib to work. --- app-emulation/libdsk/libdsk-1.3.3.bep | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app-emulation/libdsk/libdsk-1.3.3.bep b/app-emulation/libdsk/libdsk-1.3.3.bep index 923552776..b9217604b 100644 --- a/app-emulation/libdsk/libdsk-1.3.3.bep +++ b/app-emulation/libdsk/libdsk-1.3.3.bep @@ -8,6 +8,13 @@ DEPEND="" BUILD { cd libdsk-1.3.3 + # Need to update the libtools in the package to build shared libraries + libtoolize + # We need a makefile to run make distclean... + ./configure --prefix=/boot/common + # Make sure autotools know about the updated libtools... + make distclean + # ... and run configure again ./configure --prefix=/boot/common make }