summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Iooss2016-08-16 13:15:03 +0200
committerAlexandre Iooss2016-08-16 13:15:03 +0200
commite2fe8c3598885f0f66b4325d155e156f9e5b05ce (patch)
tree8750b7ebafa0fbb051ccd62021904f0534f7fdd4
parentbfce401036f3e05a5a411282e87fb060a8c54971 (diff)
downloadaur-e2fe8c3598885f0f66b4325d155e156f9e5b05ce.tar.gz
Add -DHAVE_CONFIG_H
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--libarsal-Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97ea013c1828..2409b41deed0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = libarsal-git
source = libarsal-Makefile
source = LICENSE
sha256sums = SKIP
- sha256sums = 7df00fd117072a30a52cf5b000800b9a52e920560c1527c6920f6549cf8acbe1
+ sha256sums = 69ec1d1d2c7c95bc0f9e1645c5afab9cd8f81e4a6b9c6052a16e871b95e3efc3
sha256sums = 1771e95329e9cb2bed04e023e330af3d558d0f13c0c1c5de0581f2880f149deb
pkgname = libarsal-git
diff --git a/PKGBUILD b/PKGBUILD
index eee428ca14cb..7e44366e1634 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ source=('libarsal::git+https://github.com/Parrot-Developers/libARSAL'
'libarsal-Makefile'
'LICENSE')
sha256sums=('SKIP'
- '7df00fd117072a30a52cf5b000800b9a52e920560c1527c6920f6549cf8acbe1'
+ '69ec1d1d2c7c95bc0f9e1645c5afab9cd8f81e4a6b9c6052a16e871b95e3efc3'
'1771e95329e9cb2bed04e023e330af3d558d0f13c0c1c5de0581f2880f149deb')
pkgver() {
diff --git a/libarsal-Makefile b/libarsal-Makefile
index 2adff39d3366..90591c90d25d 100644
--- a/libarsal-Makefile
+++ b/libarsal-Makefile
@@ -1,5 +1,5 @@
CC = gcc
-CFLAGS = -fPIC -Wall -Wextra -O2 -g -lpthread -IConfig/linux -IIncludes
+CFLAGS = -fPIC -Wall -Wextra -O2 -g -lpthread -DHAVE_CONFIG_H -IConfig/linux -IIncludes
LDFLAGS = -shared
RM = rm -f
TARGET_LIB = libarsal.so