Unidiff1 files changed, 4 insertions, 2 deletions
|
|
|
@@ -55,2 +55,5 @@ ifeq ($(CONFIG_OPIE_NO_OVERRIDE_QT),y) |
55 | endif |
55 | endif |
| |
56 | ifeq ($(CONFIG_OPIELOGIN_USEPAM),y) |
| |
57 | echo CONFIG += OPIELOGIN_USEPAM >> $@ |
| |
58 | endif |
56 | ifeq ($(CONFIG_LIBQPE_WITHROHFEEDBACK),y) |
59 | ifeq ($(CONFIG_LIBQPE_WITHROHFEEDBACK),y) |
@@ -309,4 +312,3 @@ endef |
309 | define makefilegen |
312 | define makefilegen |
310 | cd $(if $(1),$(shell dirname $(1))); $(TOPDIR)/qmake/qmake $(3) -o $(if $(1),$(shell basename $(1))) `cat $(OPIEDIR)/packages | grep " \`echo $(1)|sed -e 's,/Makefile$$,,'\`" | \ |
313 | cd $(if $(1),$(dir $(1))); $(TOPDIR)/qmake/qmake $(3) -o $(if $(1),$(notdir $(1))) $(word 3,$(shell grep -m 1 "[[:space:]]$(patsubst %/Makefile,%,$(1))[[:space:]]" $(OPIEDIR)/packages)) |
311 | head -1 | awk '{print $$3}'` |
| |
312 | endef |
314 | endef |
|