From 17e2ad626e1cae6d3fd3e9c81ef8cc4ab7d0a419 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sun, 12 Jul 2026 00:47:05 +0800
Subject: [PATCH] update openlibs build script for URL and deb generate script
---
project/booster/makefile | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/project/booster/makefile b/project/booster/makefile
index 0fd869e..2b9a3c5 100644
--- a/project/booster/makefile
+++ b/project/booster/makefile
@@ -11,18 +11,15 @@
#
#*******************************************************************************
-PWD=$(shell pwd )
+PWD=$(shell pwd)
BUILD_ARCH=$(shell uname -m)
ifneq ($(findstring $(BUILD_ARCH), "x86_64" "i386"),)
CROSS_COMPILE?=arm-linux-gnueabihf-
endif
-#CROSS_COMPILE=
-
LIBNAME=$(shell basename ${PWD} )
TOPDIR=$(shell dirname ${PWD} )
-CFLAGS+=-D_GNU_SOURCE
all: clean
@rm -f *.o
--
Gitblit v1.10.0