1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/testing/mhddfs/local-uthash.patch
Zsolt Mészárovics e423222342 testing/mhddfs: new aport
http://mhddfs.uvw.ru/
A fuse-based file system for unifying several mount points into one.
2016-05-09 18:36:09 +00:00

21 lines
723 B
Diff

--- 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