blob: d9322d4069f1e0ad536b1e162e5438095e0b58bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
|