ODROID: fix to build Debian package without running 'build' script
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
|||||||
|
odroid-wiringpi (2.44-1.1) stable; urgency=medium
|
||||||
|
|
||||||
|
* Non-maintainer upload.
|
||||||
|
* Fix to build package without running extra 'build'
|
||||||
|
|
||||||
|
-- Dongjin Kim <tobetter@gmail.com> Tue, 16 Jul 2019 05:55:29 -0400
|
||||||
|
|
||||||
odroid-wiringpi (2.44-1) odroid-unstable; urgency=low
|
odroid-wiringpi (2.44-1) odroid-unstable; urgency=low
|
||||||
|
|
||||||
* Initial version with real Debian source package build for ODROID boards.
|
* Initial version with real Debian source package build for ODROID boards.
|
||||||
|
|||||||
0
debian/rules
vendored
Normal file → Executable file
0
debian/rules
vendored
Normal file → Executable file
@@ -37,7 +37,7 @@ DYNAMIC=libwiringPiDev.so.$(VERSION)
|
|||||||
#DEBUG = -g -O0
|
#DEBUG = -g -O0
|
||||||
DEBUG = -O2
|
DEBUG = -O2
|
||||||
CC = gcc
|
CC = gcc
|
||||||
INCLUDE = -I.
|
INCLUDE = -I. -I../wiringPi
|
||||||
DEFS = -D_GNU_SOURCE
|
DEFS = -D_GNU_SOURCE
|
||||||
CFLAGS = $(DEBUG) $(DEFS) -Wformat=2 -Wall -Winline $(INCLUDE) -pipe -fPIC
|
CFLAGS = $(DEBUG) $(DEFS) -Wformat=2 -Wall -Winline $(INCLUDE) -pipe -fPIC
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user