graphics/jpegoptim: Remove needless configure option.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2015-01-03 16:18:17 -08:00 committed by Willy Sudiarto Raharjo
parent 30102ddfa3
commit c4d4607a4a

View file

@ -73,8 +73,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
./configure \
--prefix=/usr \
--disable-static
--prefix=/usr
make
make strip
make install DESTDIR=$PKG