From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:57 +0000 (+0200) Subject: python: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c114edc330101fa0ea55b3fd7d5d2ad7a9ad4c76;p=ipfire-3.x.git python: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/python/python.nm b/pkgs/core/python/python.nm index a4d3598e5..c1ebe8090 100644 --- a/pkgs/core/python/python.nm +++ b/pkgs/core/python/python.nm @@ -48,6 +48,8 @@ endef PKG_TARBALL = $(THISAPP).tgz +PKG_PACKAGES += $(PKG_NAME_REAL)-devel + export CFLAGS += -D_GNU_SOURCE -fwrapv export CPPFLAGS = $(shell pkg-config --cflags-only-I libffi)