Use dynamic implib wrapper for all X11 libs
This commit is contained in:
@@ -16,8 +16,8 @@ ffbuild_dockerbuild() {
|
||||
|
||||
local myconf=(
|
||||
--prefix="$FFBUILD_PREFIX"
|
||||
--disable-shared
|
||||
--enable-static
|
||||
--enable-shared
|
||||
--disable-static
|
||||
--with-pic
|
||||
)
|
||||
|
||||
@@ -30,7 +30,12 @@ ffbuild_dockerbuild() {
|
||||
return -1
|
||||
fi
|
||||
|
||||
export CFLAGS="$RAW_CFLAGS"
|
||||
export LDFLAFS="$RAW_LDFLAGS"
|
||||
|
||||
./configure "${myconf[@]}"
|
||||
make -j$(nproc)
|
||||
make -j$(nproc) VERBOSE=1
|
||||
make install
|
||||
|
||||
gen-implib "$FFBUILD_PREFIX"/lib/{libXcursor.so.1,libXcursor.a}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user