fix keynote compile
SVN-Revision: 6165
This commit is contained in:
parent
78af4adbc5
commit
a8d3710e9c
@ -42,7 +42,11 @@ define Build/Configure
|
||||
)
|
||||
endef
|
||||
|
||||
EXTRA_CFLAGS += $(EXTRA_LDFLAGS)
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default, \
|
||||
LIBS="$(EXTRA_LDFLAGS) -L. -lkeynote -lm -lcrypto" \
|
||||
)
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
mkdir -p $(STAGING_DIR)/usr/include
|
||||
|
Loading…
Reference in New Issue
Block a user