mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-08 11:17:36 +08:00
old code need extra CFLAGS
This commit is contained in:
parent
ec3db59f52
commit
5e02124da5
@ -140,7 +140,7 @@ CONFIGURE_ARGS += \
|
||||
ac_cv_lib_sqlite3_sqlite3_open=no
|
||||
endif
|
||||
|
||||
EXTRA_CFLAGS+= $(TARGET_CPPFLAGS)
|
||||
EXTRA_CFLAGS+= $(TARGET_CPPFLAGS) -std=gnu89
|
||||
EXTRA_LDFLAGS+= $(TARGET_LDFLAGS) -Wl,-rpath-link,$(STAGING_DIR)/usr/lib
|
||||
|
||||
define Package/bandwidthd/install
|
||||
|
Loading…
Reference in New Issue
Block a user