summaryrefslogtreecommitdiff
path: root/package/libvorbis
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-16 13:36:09 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-16 13:36:23 -0600
commitc4568758963846e7adb2fa47e89409d44ef749e5 (patch)
treef81098af7088e71c277b3b26593abe2255c72da0 /package/libvorbis
parent3b75784a5cf83b34ba7b4ecfe2b80908cedb2982 (diff)
fix static linking
Diffstat (limited to 'package/libvorbis')
-rw-r--r--package/libvorbis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libvorbis/Makefile b/package/libvorbis/Makefile
index 015e06f91..dc3af170d 100644
--- a/package/libvorbis/Makefile
+++ b/package/libvorbis/Makefile
@@ -19,7 +19,7 @@ PKG_SUBPKGS:= LIBVORBIS LIBVORBISENC
include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LIBVORBIS,libvorbis,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-$(eval $(call PKG_template,LIBVORBISENC,libvorbisenc,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,LIBVORBISENC,libvorbisenc,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
CONFIGURE_ENV+= LIBS="-lm -logg"
CONFIGURE_ARGS+= --with-ogg="${STAGING_TARGET_DIR}/usr" \