diff options
Diffstat (limited to 'package/libvirt/Makefile')
-rw-r--r-- | package/libvirt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libvirt/Makefile b/package/libvirt/Makefile index 03ff483f2..df516c250 100644 --- a/package/libvirt/Makefile +++ b/package/libvirt/Makefile @@ -21,7 +21,7 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBVIRT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -TCFLAGS+= -std=c99 +TARGET_CFLAGS+= -std=c99 CONFIGURE_ARGS+= --without-xen \ --without-uml \ --without-esx \ |