File: 0001-static.patch

package info (click to toggle)
aufs-tools 1%3A4.14%2B20190211-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 776 kB
  • sloc: ansic: 5,867; sh: 552; makefile: 286
file content (13 lines) | stat: -rw-r--r-- 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Daniel Baumann <mail@daniel-baumann.ch>
Description: Don't build static linked binaries.

--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,6 @@
 ver_test: ver
 	./ver
 
-${Bin}: override LDFLAGS += -static -s
 ${Bin}: LDLIBS = -L. -lautil
 ${BinObj}: %.o: %.c ${LibUtilHdr} ${LibUtil}