mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
34de96534a
l/giflib-5.2.2-x86_64-1.txz: Upgraded. l/libwnck3-43.0-x86_64-2.txz: Rebuilt. Fixed crash bug. Thanks to fulalas. n/samba-4.19.5-x86_64-1.txz: Upgraded.
11 lines
485 B
Diff
11 lines
485 B
Diff
--- ./Makefile.orig 2024-02-19 13:22:38.525026520 -0600
|
|
+++ ./Makefile 2024-02-19 13:24:23.962028878 -0600
|
|
@@ -99,7 +99,7 @@
|
|
ifeq ($(UNAME), Darwin)
|
|
$(CC) $(CFLAGS) -dynamiclib -current_version $(LIBVER) $(OBJECTS) -o $(LIBGIFSO)
|
|
else
|
|
- $(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname -Wl,$(LIBGIFSOMAJOR) -o $(LIBGIFSO) $(OBJECTS)
|
|
+ $(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname -Wl,$(LIBGIFSOMAJOR) -o $(LIBGIFSO) $(OBJECTS) $(UOBJECTS)
|
|
endif
|
|
|
|
libgif.a: $(OBJECTS) $(HEADERS)
|