mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #2773 from blogic/smstools
smstoold: only define USE_ICONV if it is enabled
This commit is contained in:
@@ -40,7 +40,7 @@ define Package/smstools3/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += -D NUMBER_OF_MODEMS=1
|
TARGET_CFLAGS += -D NUMBER_OF_MODEMS=1
|
||||||
TARGET_CFLAGS += -D USE_ICONV
|
TARGET_CFLAGS += $(if $(ICONV_FULL),-D USE_ICONV)
|
||||||
TARGET_CFLAGS += -D DISABLE_INET_SOCKET
|
TARGET_CFLAGS += -D DISABLE_INET_SOCKET
|
||||||
TARGET_CFLAGS += -W -Wall
|
TARGET_CFLAGS += -W -Wall
|
||||||
TARGET_CFLAGS += -D_FILE_OFFSET_BITS=64
|
TARGET_CFLAGS += -D_FILE_OFFSET_BITS=64
|
||||||
|
|||||||
Reference in New Issue
Block a user