Skip to content

Commit

Permalink
libffi: Disabled static
Browse files Browse the repository at this point in the history
  • Loading branch information
lundmar committed Jul 22, 2014
1 parent acb89b6 commit 28b3768
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libffi/Buildfile
Expand Up @@ -12,7 +12,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 28b3768

Please sign in to comment.