Skip to content

Commit

Permalink
libpng: Disable static
Browse files Browse the repository at this point in the history
  • Loading branch information
lundmar committed Jul 22, 2014
1 parent 909767b commit ebcdb9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libpng/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 ebcdb9d

Please sign in to comment.