mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
Ports: Build shared library for libtiff
This commit is contained in:
parent
97ecdd5215
commit
f7c9cd06ac
Notes:
sideshowbarker
2024-07-18 19:27:09 +09:00
Author: https://github.com/gunnarbeutner
Commit: f7c9cd06ac
Pull-request: https://github.com/SerenityOS/serenity/pull/6425
1 changed files with 7 additions and 0 deletions
|
@ -7,3 +7,10 @@ http://download.osgeo.org/libtiff/tiff-${version}.tar.gz.sig tiff-${version}.tar
|
|||
auth_type="sig"
|
||||
auth_import_key="EBDFDB21B020EE8FD151A88DE301047DE1198975"
|
||||
auth_opts="tiff-${version}.tar.gz.sig tiff-${version}.tar.gz"
|
||||
|
||||
install() {
|
||||
run make DESTDIR=$DESTDIR $installopts install
|
||||
${CC} -shared -o $DESTDIR/usr/local/lib/libtiff.so -Wl,--whole-archive $DESTDIR/usr/local/lib/libtiff.a -Wl,--no-whole-archive
|
||||
${CC} -shared -o $DESTDIR/usr/local/lib/libtiffxx.so -Wl,--whole-archive $DESTDIR/usr/local/lib/libtiffxx.a -Wl,--no-whole-archive
|
||||
rm -f $DESTDIR/usr/local/lib/libtiff.la $DESTDIR/usr/local/lib/libtiffxx.la
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue