Skip to content

Commit

Permalink
libtiff: Disabled static
Browse files Browse the repository at this point in the history
  • Loading branch information
lundmar committed Jul 22, 2014
1 parent ebcdb9d commit c1c9dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libtiff/Buildfile
Expand Up @@ -13,7 +13,8 @@ build() {

./configure --build=$BUILD \
--host=$HOST \
--prefix=/usr
--prefix=/usr \
--disable-static
make -j $JOBS
make DESTDIR=$PKG install
Expand Down

0 comments on commit c1c9dc8

Please sign in to comment.