OCaml 4.14.0 rebuild
[arch-packages.git] / hdparm / trunk / pass-ldflags.patch
blob8db77a7eb6d9c0a4172c2e3c19448c974097af13
1 diff -aur hdparm-9.58/Makefile hdparm-9.58.new/Makefile
2 --- hdparm-9.60/Makefile 2017-05-01 21:08:42.000000000 +0200
3 +++ hdparm-9.60.new/Makefile 2019-09-22 19:19:03.783229803 +0200
4 @@ -15,6 +15,7 @@
6 CFLAGS := -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS)
8 +LDFLAGS := -s ${LDFLAGS}
9 INSTALL = install
10 INSTALL_DATA = $(INSTALL) -m 644
11 INSTALL_DIR = $(INSTALL) -m 755 -d