X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=openwrt%2FMakefile.openssl;h=f03997543f5e830ddc506a1e5497998cb30d0e76;hb=848c75d6739da336409a1192ee3db04bc8a47e39;hp=f989ee7ca70273bd99142398196238f593e54579;hpb=de391bf21ea3739d52e7f8b8c3c1b9df27b4537c;p=umurmur.git diff --git a/openwrt/Makefile.openssl b/openwrt/Makefile.openssl index f989ee7..f039975 100644 --- a/openwrt/Makefile.openssl +++ b/openwrt/Makefile.openssl @@ -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