[package] fix openser module linking issues (#6932)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20521 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2010-03-27 17:21:08 +00:00
parent 2bee27d58e
commit 9774def3f4

View File

@ -247,7 +247,7 @@ define Build/Compile
extra_defs="-DUSE_PTHREAD_MUTEX " \
CC="$(TARGET_CC)" \
ARCH="$(ARCH)" \
CFLAGS="$(TARGET_CFLAGS)" \
CFLAGS="$(TARGET_CFLAGS) $(FPIC)" \
LOCALBASE="$(STAGING_DIR)/usr" \
all utils/gen_ha1/gen_ha1
endef