This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
remove a bunch of rpath hacks
These are already default. Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
3 years ago
parent
a1f1303ae3
commit
ac5912e9cb
4 changed files
with
1 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libs/czmq/Makefile
+1
-3
libs/lzo/Makefile
+0
-1
libs/zmq/Makefile
+0
-2
multimedia/mjpg-streamer/Makefile
+ 0
- 1
libs/czmq/Makefile
View File
@ -41,7 +41,6 @@ endef
CMAKE_OPTIONS
+=
\
-DBUILD_TESTING
=
OFF
\
-DCMAKECONFIG_INSTALL_DIR
=
lib/cmake/czmq
\
-DCMAKE_SKIP_INSTALL_RPATH
=
ON
\
-DENABLE_DRAFTS
=
OFF
d
e
f
i
n
e
P
a
c
k
a
g
e
/
c
z
m
q
/
i
n
s
t
a
l
l
+ 1
- 3
libs/lzo/Makefile
View File
@ -39,9 +39,7 @@ endef
CMAKE_OPTIONS
+=
\
-DENABLE_SHARED
=
ON
\
-DENABLE_STATIC
=
ON
\
\
-DBUILD_TESTING
=
OFF
\
-DCMAKE_SKIP_INSTALL_RPATH
=
ON
-DBUILD_TESTING
=
OFF
d
e
f
i
n
e
B
u
i
l
d
/
I
n
s
t
a
l
l
D
e
v
$(
INSTALL_DIR
)
$(
1
)
/usr/include
$(
1
)
/usr/lib
$(
1
)
/usr/lib/pkgconfig
+ 0
- 1
libs/zmq/Makefile
View File
@ -77,7 +77,6 @@ CMAKE_OPTIONS += \
-DA2X_EXECUTABLE
=
OFF
\
-DASCIIDOC_EXECUTABLE
=
OFF
\
-DBUILD_STATIC
=
OFF
\
-DCMAKE_SKIP_INSTALL_RPATH
=
ON
\
-DZMQ_HAVE_SOCK_CLOEXEC
=
ON
\
-DZMQ_HAVE_SO_KEEPALIVE
=
ON
\
-DZMQ_HAVE_TCP_KEEPCNT
=
ON
\
+ 0
- 2
multimedia/mjpg-streamer/Makefile
View File
@ -175,8 +175,6 @@ $(call Package/mjpg-streamer/Default/description)
T
h
i
s
p
a
c
k
a
g
e
p
r
o
v
i
d
e
s
s
i
m
p
l
e
v
e
r
s
i
o
n
o
f
t
h
e
w
e
b
c
o
n
t
e
n
t
.
e
n
d
e
f
CMAKE_OPTIONS
+=
-DCMAKE_SKIP_RPATH
=
FALSE
CAMBOZOLA
:=
cambozola-0.936.tar.gz
# Distribution URL doesn't always have the correct version
Write
Preview
Loading…
Cancel
Save