mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
sed: fix CPPFLAGS typo
Patch by Claus Klein.
This commit is contained in:
parent
bcad6288f5
commit
faeb17eac0
@ -113,7 +113,7 @@ $(SED_DIR2)/.configured: $(SED_DIR2)/.unpacked
|
|||||||
(cd $(SED_DIR2); rm -rf config.cache; \
|
(cd $(SED_DIR2); rm -rf config.cache; \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
$(TARGET_CONFIGURE_ARGS) \
|
$(TARGET_CONFIGURE_ARGS) \
|
||||||
CPPFLAGS="$(SED_CFLAGS)" \
|
CPPFLAGS="$(SED_CPPFLAGS)" \
|
||||||
./configure \
|
./configure \
|
||||||
--target=$(GNU_TARGET_NAME) \
|
--target=$(GNU_TARGET_NAME) \
|
||||||
--host=$(GNU_TARGET_NAME) \
|
--host=$(GNU_TARGET_NAME) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user