mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-04 22:31:36 +00:00
Portability fix: add the -fPIC flags in the Makefile.
This commit is contained in:
parent
a0dc325294
commit
ebf82f844d
@ -1,7 +1,8 @@
|
|||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CXX = g++
|
CXX = g++
|
||||||
CFLAGS = -Wall -W -O2 -DNDEBUG -DMDEBUG0 -g -p
|
CFLAGS = -Wall -W -O2 -DNDEBUG -DMDEBUG0 -g -p -fPIC
|
||||||
|
CXXFLAGS += -fPIC
|
||||||
|
|
||||||
all : checklib aptvercmp freelist britneymodule.so # libajdpkg.a
|
all : checklib aptvercmp freelist britneymodule.so # libajdpkg.a
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user