From b308f06a3a3d368c38b0d109b7e6c1c639127148 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 14 Dec 2006 05:23:08 +0000 Subject: * Dan McGee's makepkg updates http://www.archlinux.org/pipermail/pacman-dev/2006-December/000792.html * configure fixes (CFLAGS) * no-strict-aliasing hacks until full C99 compliance * --with-config-file configure option --- bindings/python/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'bindings') diff --git a/bindings/python/Makefile.in b/bindings/python/Makefile.in index abd7638a..af928ad0 100644 --- a/bindings/python/Makefile.in +++ b/bindings/python/Makefile.in @@ -4,6 +4,7 @@ prefix = @prefix@ CFLAGS = $(subst -Werror,,@CFLAGS@) CFLAGS += $(shell python -c 'from distutils import sysconfig; print "-I" + sysconfig.get_python_inc()') CFLAGS += -I$(top_srcdir)/lib/libalpm +CFLAGS += -fno-strict-aliasing # see the swig docs ifeq ($(shell arch),x86_64) CFLAGS += -fPIC endif -- cgit v1.2.3-54-g00ecf