Libraries/tiff/build:
- don't buid shared libs - jpeg support disabled - compile with PIC
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
pbuild::configure() {
|
||||
"${MODULE_SRCDIR}"/configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--with-pic=yes \
|
||||
--disable-shared \
|
||||
--disable-jpeg \
|
||||
|| exit 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user