mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
dialog, remove static library (#8208)
This commit is contained in:
@@ -7,7 +7,7 @@ LICENSE="GNU LGPL v2"
|
||||
SOURCE_URI="ftp://ftp.invisible-island.net/dialog/dialog-${portVersion/_/-}.tgz"
|
||||
CHECKSUM_SHA256="2ff1ba74c632b9d13a0d0d2c942295dd4e8909694eeeded7908a467d0bcd4756"
|
||||
SOURCE_DIR="dialog-${portVersion/_/-}"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
PATCHES="dialog-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
@@ -58,7 +58,8 @@ INSTALL()
|
||||
{
|
||||
make install-full
|
||||
|
||||
rm $libDir/libdialog.la
|
||||
# remove static library and libtool file
|
||||
rm $libDir/libdialog.{a,la}
|
||||
|
||||
prepareInstalledDevelLib libdialog
|
||||
|
||||
|
||||
Reference in New Issue
Block a user