You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/cmigemo/files/cmigemo-1.3c-ldflags.patch

14 lines
502 B

diff --git a/compile/Make_gcc.mak b/compile/Make_gcc.mak
index f042ac6..f91fe92 100644
--- a/compile/Make_gcc.mak
+++ b/compile/Make_gcc.mak
@@ -28,7 +28,7 @@ include compile/clean_unix.mak
#
$(libmigemo_LIB): $(libmigemo_DSO)
$(libmigemo_DSO): $(libmigemo_OBJ)
- $(CC) -shared -o $(libmigemo_LIB) -Wl,-soname,$@ $(libmigemo_OBJ)
+ $(CC) -shared -o $(libmigemo_LIB) -Wl,-soname,$@ $(libmigemo_OBJ) $(LDFLAGS)
$(RM) $@ $(libmigemo)
ln -s $(libmigemo_LIB) $@
ln -s $(libmigemo_LIB) $(libmigemo)