mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
libs: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ endef
|
||||
|
||||
define Build/Configure
|
||||
# This replacement were do according to many comments on the web because of gcc 3.4.5 version (.6 included).-
|
||||
# wich doesn't recognices the -iquote parameter to AM_CFLAGS
|
||||
# which doesn't recognices the -iquote parameter to AM_CFLAGS
|
||||
($(SED) 's,-iquote $$$$(top_srcdir),-I$$$$(top_srcdir),g' $(PKG_BUILD_DIR)/libfaad/Makefile.am; \
|
||||
$(SED) 's,-iquote $$$$(top_srcdir),-I$$$$(top_srcdir),g' $(PKG_BUILD_DIR)/libfaad/Makefile.in);
|
||||
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \
|
||||
|
||||
Reference in New Issue
Block a user