diff options
author | Zsolt Mészárovics <zsolt@meszarovics.me> | 2016-03-13 13:11:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-09 18:36:09 +0000 |
commit | e423222342a6c482d79aefaa9745a8a7bc868a18 (patch) | |
tree | 377e2689d401627b89d69efbc37d2f66c152f6d2 /testing/mhddfs/local-uthash.patch | |
parent | 8800584627cc497b510ea98f26a690883f9dc440 (diff) | |
download | aports-e423222342a6c482d79aefaa9745a8a7bc868a18.tar.bz2 aports-e423222342a6c482d79aefaa9745a8a7bc868a18.tar.xz |
testing/mhddfs: new aport
http://mhddfs.uvw.ru/
A fuse-based file system for unifying several mount points into one.
Diffstat (limited to 'testing/mhddfs/local-uthash.patch')
-rw-r--r-- | testing/mhddfs/local-uthash.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/mhddfs/local-uthash.patch b/testing/mhddfs/local-uthash.patch new file mode 100644 index 0000000000..d9322d4069 --- /dev/null +++ b/testing/mhddfs/local-uthash.patch @@ -0,0 +1,21 @@ +--- mhddfs-0.1.39/Makefile.orig ++++ mhddfs-0.1.39/Makefile +@@ -9,7 +9,7 @@ + # This program is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-# GNU General Public License for more details. ++ # GNU General Public License for more details. + + # You should have received a copy of the GNU General Public License + # along with this program. If not, see <http://www.gnu.org/licenses/>. +@@ -24,6 +24,9 @@ + + CFLAGS = -Wall $(shell pkg-config fuse --cflags) \ + -DFUSE_USE_VERSION=26 -MMD ++ ++CFLAGS += -I${srcdir}/uthash-1.9.9/src ++ + ifdef WITHOUT_XATTR + CFLAGS += -DWITHOUT_XATTR + endif |