소스 검색

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
 # 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
 # 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.
 # when the python binding is enabled.
 LIBSELINUX_MAKE_OPTS += \
 LIBSELINUX_MAKE_OPTS += \
 	CFLAGS="$(filter-out -D_FILE_OFFSET_BITS=64,$(TARGET_CFLAGS))" \
 	CFLAGS="$(filter-out -D_FILE_OFFSET_BITS=64,$(TARGET_CFLAGS))" \