diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2005-09-22 14:04:15 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-22 14:04:15 +0000 |
commit | b01d6f27dc01c116b6d453097efa5c831b585482 (patch) | |
tree | b37ade8db26fca96f7db5aba00742f3f59e42e43 /packages/pmount/files/no-hal.patch | |
parent | 246be68e76096fe0148e30ac908bea204e12a4f3 (diff) |
pmount: add a recipe for pmount 0.9.4
Diffstat (limited to 'packages/pmount/files/no-hal.patch')
-rw-r--r-- | packages/pmount/files/no-hal.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/pmount/files/no-hal.patch b/packages/pmount/files/no-hal.patch new file mode 100644 index 0000000000..0deffdee5d --- /dev/null +++ b/packages/pmount/files/no-hal.patch @@ -0,0 +1,11 @@ +--- pmount-0.9.4/Makefile.orig 2005-09-22 15:43:39 +0200 ++++ pmount-0.9.4/Makefile 2005-09-22 15:43:52 +0200 +@@ -9,7 +9,7 @@ + pumount_OBJ = pumount.o policy.o utils.o luks.o + pmount_hal_OBJ = pmount-hal.o policy.o utils.o fs.o + +-all: pmount pumount pmount-hal po/pmount.pot ++all: pmount pumount po/pmount.pot + + pmount: $(pmount_OBJ) + $(CC) $(LDFLAGS) $^ $(LIBS) -o $@ |