Used by sysdig OBS-URL: https://build.opensuse.org/request/show/348723 OBS-URL: https://build.opensuse.org/package/show/devel:tools/libb64?expand=0&rev=1
17 lines
277 B
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
|