mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Add autotools quirks to libdsk bep file to get shared lib to work.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user