mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
libxcb, disable static library (#8337)
This commit is contained in:
@@ -15,8 +15,8 @@ SOURCE_URI="https://xcb.freedesktop.org/dist/libxcb-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="a89fb7af7a11f43d2ce84a844a4b38df688c092bf4b67683aef179cdf2a647c4"
|
||||
PATCHES="libxcb-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
versionedXcbLibs="
|
||||
libxcb
|
||||
@@ -163,7 +163,9 @@ defineDebugInfoPackage libxcb$secondaryArchSuffix "${debugList[@]}"
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -vfi
|
||||
runConfigure --omit-dirs docDir ./configure --docdir=$developDocDir
|
||||
runConfigure --omit-dirs docDir ./configure \
|
||||
--docdir=$developDocDir \
|
||||
--disable-static
|
||||
# doxygen -u doc/xcb.doxygen
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user