Add autotools quirks to libdsk bep file to get shared lib to work.

This commit is contained in:
Adrien Destugues
2012-12-01 10:34:09 +00:00
parent e317efea3b
commit dd0a98be21

View File

@@ -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
}