summaryrefslogtreecommitdiff
path: root/package/supl/patches/patch-src_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-25 17:19:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-25 17:23:17 +0100
commit60588878d37135dffed03abeddac7228177ef915 (patch)
treebaa7b85de2dcae9d64763d79cd06765e3bd22280 /package/supl/patches/patch-src_Makefile
parent3eedc231fde9531c4cbd53f3953df6ab88ff36a8 (diff)
supl: remove package
Diffstat (limited to 'package/supl/patches/patch-src_Makefile')
-rw-r--r--package/supl/patches/patch-src_Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/supl/patches/patch-src_Makefile b/package/supl/patches/patch-src_Makefile
deleted file mode 100644
index cec5a4771..000000000
--- a/package/supl/patches/patch-src_Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
- - use pkg-config everywhere, otherwise libs are not found
---- trunk.orig/src/Makefile 2011-10-17 20:09:22.000000000 +0200
-+++ trunk/src/Makefile 2015-02-09 16:48:37.244935714 +0100
-@@ -21,10 +21,10 @@ DIST = Makefile $(PROGRAM_SOURCE) $(SUPL
- all: supl-client supl-proxy supl-cert
-
- supl-client: libsupl.so supl-client.o
-- $(CC) -o $@ supl-client.o -L. -lsupl -lssl -lm
-+ $(CC) -o $@ supl-client.o -L. -lsupl $(shell pkg-config --libs openssl) -lm
-
- supl-proxy: libsupl.so supl-proxy.o
-- $(CC) -o $@ supl-proxy.o -L. -lsupl -lssl -lm
-+ $(CC) -o $@ supl-proxy.o -L. -lsupl $(shell pkg-config --libs openssl) -lm
-
- supl-cert: supl-cert.o
- $(CC) -o $@ supl-cert.o $(shell pkg-config --libs openssl) -lm