]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
python: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:57 +0000 (13:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:57 +0000 (13:08 +0200)
pkgs/core/python/python.nm

index a4d3598e5622fafcd11472245022f9c64a6b889d..c1ebe8090c309d59627c69503fe198d7ede6ef8b 100644 (file)
@@ -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)