mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-02 00:40:17 +00:00
Additional fix related to cf931fda6b. (#1332)
* configure.seed references removed Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
parent
549134ef10
commit
60eca79fdf
3 changed files with 2 additions and 16 deletions
|
|
@ -58,13 +58,6 @@ define Build/Prepare
|
|||
cp -r $(SOURCE_DIR)/* $(PKG_BUILD_DIR)
|
||||
$(PKG_UNPACK)
|
||||
$(Build/Patch)
|
||||
mv $(PKG_BUILD_DIR)/configure.seed $(PKG_BUILD_DIR)/configure.ac
|
||||
$(SED) "s/@NDPI_MAJOR@/3/g" \
|
||||
-e "s/@NDPI_MINOR@/4/g" \
|
||||
-e "s/@NDPI_PATCH@/0/g" \
|
||||
-e "s/@NDPI_VERSION_SHORT@/3.4.0/g" \
|
||||
-e "s/@FUZZY@/dnl> /g" \
|
||||
$(PKG_BUILD_DIR)/configure.ac
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue