diff options
Diffstat (limited to 'package/libvorbis/Makefile')
-rw-r--r-- | package/libvorbis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libvorbis/Makefile b/package/libvorbis/Makefile index ea4f4f56a..a86c24d7e 100644 --- a/package/libvorbis/Makefile +++ b/package/libvorbis/Makefile @@ -13,8 +13,8 @@ MASTER_SITES:= http://downloads.xiph.org/releases/vorbis/ include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,LIBVORBIS,libvorbis,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) -$(eval $(call PKG_template,LIBVORBISENC,libvorbisenc,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,LIBVORBIS,libvorbis,${PKG_VERSION}-${PKG_RELEASE})) +$(eval $(call PKG_template,LIBVORBISENC,libvorbisenc,${PKG_VERSION}-${PKG_RELEASE})) CONFIGURE_STYLE= gnu CONFIGURE_ENV+= LIBS="-lm -logg" |