1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-05 10:41:18 +02:00

fix cflags in ser package

SVN-Revision: 1495
This commit is contained in:
Felix Fietkau 2005-07-17 22:59:12 +00:00
parent 8cf55878a8
commit fd6100c33d

@ -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)