Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
rsstail
remove-iconv-dependency.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File remove-iconv-dependency.patch of Package rsstail
From 844a6fe5e54ecddf6abc22e5c284860cca107939 Mon Sep 17 00:00:00 2001 From: folkert van heusden <mail@vanheusden.com> Date: Sun, 26 May 2024 21:34:12 +0200 Subject: [PATCH] libiconv_hook is not required anymore --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5cbba93..1aee356 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION=2.1 DEBUG=-ggdb3 -LDFLAGS=-liconv_hook -lmrss $(DEBUG) +LDFLAGS=-lmrss $(DEBUG) CFLAGS=-O3 -Wall --std=gnu11 -DVERSION=\"$(VERSION)\" $(DEBUG) OBJS=r2t.o diff --git a/README.md b/README.md index bd3cc0c..37d616f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ On Debian/Ubuntu libmrss will be installed automatically if you install rsstail To compile source code you may need to run ``` -sudo apt-get install libmrss0-dev libiconv-hook-dev +sudo apt-get install libmrss0-dev ``` ### Compile source code
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor