mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
app-misc/uwufetch: new package, add 2.0
Signed-off-by: Cara Salter <cara@devcara.com>
This commit is contained in:
11
app-misc/uwufetch/files/uwufetch-2.0-soname.patch
Normal file
11
app-misc/uwufetch/files/uwufetch-2.0-soname.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- Makefile 2022-10-04 12:10:11.990564393 -0400
|
||||
+++ Makefile-tmp 2022-10-04 12:48:43.320067178 -0400
|
||||
@@ -64,7 +64,7 @@
|
||||
endif
|
||||
|
||||
build: $(BIN_FILES) lib
|
||||
- $(CC) $(CFLAGS) -o $(NAME) $(BIN_FILES) lib$(LIB_FILES:.c=.a)
|
||||
+ $(CC) $(CFLAGS) -Wl -soname -o $(NAME) $(BIN_FILES) lib$(LIB_FILES:.c=.a)
|
||||
|
||||
lib: $(LIB_FILES)
|
||||
$(CC) $(CFLAGS) -fPIC -c -o $(LIB_FILES:.c=.o) $(LIB_FILES)
|
||||
Reference in New Issue
Block a user