Skip to content

Commit

Permalink
Imlib2 armv5 build fix and removal of dependent and obsolete plowshare (
Browse files Browse the repository at this point in the history
#6246)

* plowshare: Remove and obsolete since DSM5

* imlib2: Fix build failure for armv5 by adding -lrt to LDFLAGS
  • Loading branch information
th0ma7 authored Sep 30, 2024
1 parent 7fb72f6 commit 50627cb
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 97 deletions.
17 changes: 0 additions & 17 deletions cross/bash/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion cross/bash/PLIST

This file was deleted.

3 changes: 0 additions & 3 deletions cross/bash/digests

This file was deleted.

6 changes: 6 additions & 0 deletions cross/imlib2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,10 @@ CONFIGURE_ARGS = --disable-static
CONFIGURE_ARGS += --without-x
ADDITIONAL_CFLAGS = -O

include ../../mk/spksrc.common.mk

ifeq ($(findstring $(ARCH),$(ARMv5_ARCHS) $(OLD_PPC_ARCHS)),$(ARCH))
ADDITIONAL_LDFLAGS = -lrt
endif

include ../../mk/spksrc.cross-cc.mk
34 changes: 0 additions & 34 deletions cross/plowshare/Makefile

This file was deleted.

19 changes: 0 additions & 19 deletions cross/plowshare/PLIST

This file was deleted.

3 changes: 0 additions & 3 deletions cross/plowshare/digests

This file was deleted.

20 changes: 0 additions & 20 deletions spk/plowshare/Makefile

This file was deleted.

Binary file removed spk/plowshare/src/plowshare.png
Binary file not shown.

0 comments on commit 50627cb

Please sign in to comment.