]> git.ipfire.org Git - people/ms/pakfire.git/blobdiff - Makeconfig
Implement distro-sync.
[people/ms/pakfire.git] / Makeconfig
index b9f7898daa27a2acf36c8fd89f14a0af5314e686..2d5434cdc8e6603e796532f6fc9a221620d0a6ee 100644 (file)
@@ -31,7 +31,7 @@ ifeq "$(PYTHON_VERSION)" ""
   $(error Could not determine the version of the python interpreter.)
 endif
 
-PYTHON_CC      = $(CC) -pthread -fPIC
+PYTHON_CC      = $(CC) -pthread -fPIC -std=c99
 PYTHON_CFLAGS  = $(shell python-config --cflags)
 PYTHON_MODULES = pakfire pakfire/packages pakfire/repository
 ifeq "$(DEBIAN)" "1"