summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-17 22:59:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-17 22:59:12 +0000
commitfd6100c33d959e338ce5b7ca894d99d4a638830d (patch)
treec85141b40d627fa8630582efc18b3aaf4b4a94ef /openwrt/package
parent8cf55878a814d1a6708817adce2819373ae3883e (diff)
downloadmtk-20170518-fd6100c33d959e338ce5b7ca894d99d4a638830d.zip
mtk-20170518-fd6100c33d959e338ce5b7ca894d99d4a638830d.tar.gz
mtk-20170518-fd6100c33d959e338ce5b7ca894d99d4a638830d.tar.bz2
fix cflags in ser package
SVN-Revision: 1495
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/ser/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ser/Makefile b/openwrt/package/ser/Makefile
index 1e4a7c1..81cb347 100644
--- a/openwrt/package/ser/Makefile
+++ b/openwrt/package/ser/Makefile
@@ -32,7 +32,7 @@ $(PKG_BUILD_DIR)/$(PKG_NAME): $(PKG_BUILD_DIR)/.patched
extra_defs="-DUSE_PTHREAD_MUTEX " \
CC="$(TARGET_CC)" \
ARCH="$(ARCH)" \
- COPTS="$(TARGET_CFLAGS)" \
+ CFLAGS="$(TARGET_CFLAGS)" \
modules all
$(PKG_IPK): $(PKG_BUILD_DIR)/$(PKG_NAME)