Changeset 904 in MondoRescue for trunk/mindi-busybox/Rules.mak


Ignore:
Timestamp:
Oct 25, 2006, 1:51:57 AM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r890:902 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mindi-busybox/Rules.mak

    r821 r904  
    1515MAJOR_VERSION   :=1
    1616MINOR_VERSION   :=2
    17 SUBLEVEL_VERSION:=1
     17SUBLEVEL_VERSION:=2
    1818EXTRAVERSION    :=
    1919VERSION   :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION)
     
    266266    CFLAGS +=-DNDEBUG
    267267    CHECKED_LDFLAGS += $(call check_ld,$(LD),--sort-common,)
    268     CHECKED_LDFLAGS += $(call check_ld,--gc-sections,)
     268    CHECKED_LDFLAGS += $(call check_ld,$(LD),--gc-sections,)
    269269endif
    270270
     
    296296
    297297ifeq ($(strip $(CONFIG_SELINUX)),y)
    298     LIBRARIES += -lselinux
     298    LIBRARIES += -lselinux -lsepol
    299299endif
    300300
Note: See TracChangeset for help on using the changeset viewer.