repo: uritools
action: commit
revision: 
path_from: 
revision_from: d38c9f8b33197ec48c63aa7a03df9beed0400b49:
path_to: 
revision_to: 
git.thebackupbox.net
uritools
git clone git://git.thebackupbox.net/uritools
commit d38c9f8b33197ec48c63aa7a03df9beed0400b49
Author: epoch 
Date:   Mon Nov 16 02:05:08 2020 +0000

    wtf, why did I use LDFLAGS for libs?

diff --git a/Makefile b/Makefile
index 1a347cacbc85ebaf93a956cf7ac34992f4b6d6fd..
index ..8a87a7446736b1a143d2b57bed9c31809f05e9da 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CC:=gcc

 all: urimatch uricut urijoin uricmp uriunescape uriescape shorten

-shorten: LDFLAGS=-lcrypto
+shorten: LDLIBS=-lcrypto
 shorten: shorten.c

 urimatch: urimatch.c uri.h

-----END OF PAGE-----