URL:=http://www1.cs.columbia.edu/~angelos/keynote.html
endef
-define Build/Configure
- $(call Build/Configure/Default, \
- --enable-static \
- --enable-shared \
+CONFIGURE_ARGS += \
+ --enable-static \
+ --enable-shared
+
+define Build/Compile
+ $(call Build/Compile/Default, \
+ LIBS="$(EXTRA_LDFLAGS) -L. -lkeynote -lm -lcrypto" \
)
endef
-EXTRA_CFLAGS += $(EXTRA_LDFLAGS)
-
define Build/InstallDev
mkdir -p $(STAGING_DIR)/usr/include
$(CP) $(PKG_BUILD_DIR)/{assertion,header,keynote,signature}.h $(STAGING_DIR)/usr/include/