瀏覽代碼

package/libselinux: drop remnant of PKG_PYTHON_DISTUTILS_ENV

Commit c10349bf67c1 (package:libselinux: replace PKG_PYTHON_DISTUTILS_ENV)
forgot to update a comment that refered to PKG_PYTHON_DISTUTILS_ENV.

Replace that now.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 2d381b8823b29534932b23ac800ef71eeb954ec7)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Yann E. MORIN 1 年之前
父節點
當前提交
1c603c4117
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/libselinux/libselinux.mk

+ 1 - 1
package/libselinux/libselinux.mk

@@ -54,7 +54,7 @@ endif # python3
 
 # Filter out D_FILE_OFFSET_BITS=64. This fixes errors caused by glibc 2.22. We
 # set CFLAGS, CPPFLAGS and LDFLAGS here because we want to win over the
-# CFLAGS/CPPFLAGS/LDFLAGS definitions passed by $(PKG_PYTHON_DISTUTILS_ENV)
+# CFLAGS/CPPFLAGS/LDFLAGS definitions passed by $(PKG_PYTHON_SETUPTOOLS_ENV)
 # when the python binding is enabled.
 LIBSELINUX_MAKE_OPTS += \
 	CFLAGS="$(filter-out -D_FILE_OFFSET_BITS=64,$(TARGET_CFLAGS))" \