mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libxdg_basedir, disable static library (#8177)
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="Small library to access XDG Base Directories Specification paths"
|
||||
HOMEPAGE="https://github.com/devnev/libxdg-basedir"
|
||||
COPYRIGHT="2012 Mark Nevill"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/devnev/libxdg-basedir/archive/libxdg-basedir-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="1c2b0032a539033313b5be2e48ddd0ae94c84faf21d93956d53562eef4614868"
|
||||
SOURCE_DIR="libxdg-basedir-libxdg-basedir-$portVersion"
|
||||
@@ -43,7 +43,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -vfi
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user