summaryrefslogtreecommitdiffstats
path: root/openwrt/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-17 22:59:12 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-17 22:59:12 +0000
commit0639d51569aaa4e1b7726e6edab48831374c818c (patch)
treec85141b40d627fa8630582efc18b3aaf4b4a94ef /openwrt/package
parent3d007394805916ceb2214bfd7e06d8a4899262c5 (diff)
fix cflags in ser package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1495 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 1e4a7c178..81cb347dc 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)