Files
libb64/no-hardcoded-lib-path.diff

17 lines
277 B
Diff

Description: don't hardcore library path
Author: Jakub Wilk <jwilk@debian.org>
Forwarded: no
Last-Update: 2012-11-30
--- a/base64/Makefile
+++ b/base64/Makefile
@@ -34,7 +34,7 @@
all: $(TARGETS) #strip
-base64: libb64.a
+base64: -lb64
strip:
strip $(BINARIES) *.exe