mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
13 lines
414 B
Diff
13 lines
414 B
Diff
Patch-Source: https://src.fedoraproject.org/rpms/libx86emu/blob/f27/f/libx86emu-1.11-ldflags.patch
|
|
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -45,7 +45,7 @@
|
|
install -m 644 -D include/x86emu.h $(DESTDIR)/usr/include/x86emu.h
|
|
|
|
$(LIB_NAME): .depend $(OBJS)
|
|
- $(CC) -shared -Wl,-soname,$(LIB_SONAME) $(OBJS) -o $(LIB_NAME)
|
|
+ $(CC) -shared -Wl,-soname,$(LIB_SONAME) $(LDFLAGS) $(OBJS) -o $(LIB_NAME)
|
|
|
|
test:
|
|
make -C test
|