procmail: pass openwrt cflags to the makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32540 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2287a8f1fe
commit
13a30adb60
@ -30,9 +30,12 @@ define Package/procmail/description
|
|||||||
Very useful in conjunction with mutt.
|
Very useful in conjunction with mutt.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
TARGET_CFLAGS += -DPROCMAIL
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/src -f ../Makefile.openwrt \
|
$(MAKE) -C $(PKG_BUILD_DIR)/src -f ../Makefile.openwrt \
|
||||||
$(TARGET_CONFIGURE_OPTS)
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
|
CFLAGS="$(TARGET_CFLAGS)"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/procmail/install
|
define Package/procmail/install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user