X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=openwrt%2FMakefile.openssl;h=5b6fb1d0e45017a93ea9ce7265557e86d28b0275;hb=04c6a2758cec961a638be127ff4a5baf71621733;hp=f989ee7ca70273bd99142398196238f593e54579;hpb=a605362cab90bdc81604fee1cbcbfbfe7849935d;p=umurmur.git diff --git a/openwrt/Makefile.openssl b/openwrt/Makefile.openssl index f989ee7..5b6fb1d 100644 --- a/openwrt/Makefile.openssl +++ b/openwrt/Makefile.openssl @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=umurmur-openssl -PKG_VERSION:=0.2.0 +PKG_VERSION:=0.2.6 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) @@ -26,6 +26,9 @@ endef TARGET_CFLAGS := \ -DWRT_TARGET \ $(TARGET_CFLAGS) +TARGET_LDFLAGS := \ + -lcrypto -lssl \ + $(TARGET_LDFLAGS) define Build/Prepare mkdir -p $(PKG_BUILD_DIR) @@ -42,9 +45,9 @@ define Package/umurmur-openssl/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/umurmurd $(1)/usr/bin/ $(INSTALL_DIR) $(1)/etc - $(INSTALL_CONF) ./files/umurmur.conf $(1)/etc/ + $(INSTALL_CONF) ./openwrt/files/umurmur.conf $(1)/etc/ $(INSTALL_DIR) $(1)/etc/init.d - $(INSTALL_BIN) ./files/umurmur.init $(1)/etc/init.d/umurmur + $(INSTALL_BIN) ./openwrt/files/umurmur.init $(1)/etc/init.d/umurmur $(INSTALL_DIR) $(1)/etc/umurmur endef